Html Css Color HEX #744853 Finn

📋 copy color: '#744853'

red 116 ◦ green 72 ◦ blue 83

#744853
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #744853

Tints of Finn #744853

RGB

 RED value IS 116 (45.7% from 255) = 42.8%

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 83 (32.81% from 255) = 30.63%

R = 42.8%
G = 26.57%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#744853 (or 0x744853) is known color: Finn. HEX triplet: 74, 48 and 53. RGB value is (116,72,83). Sum of RGB (Red+Green+Blue) = 116+72+83=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744853 is #8BB7AC. Grayscale: #565656. Windows color (decimal): -9156525 or 5458036. OLE color: 5458036.

HSL color Cylindrical-coordinate representation of color #744853: hue angle of 345º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744853 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 83 -
CMYK 0 0.38 0.28 0.55
HSL 345º 0.23% 0.37% -
HSV(B) 345º 0.38% 0.45% -
XYZ 11.08 8.97 9.33 -
YUV 86.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 116 72 83 0 0.38 0.28 0.55 345 0.23 0.37
Hex 74 48 53 0 26 1C 37 159 17 25
Octal 164 110 123 0 46 34 67 531 27 45
Binary 1110100 1001000 1010011 0 100110 11100 110111 101011001 10111 100101

Color Harmonies of #744853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744853

Black with #744853

Text Example


Text Example

White with #744853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744853; }

 p { color: rgb(116,72,83); }

 H1.HeaderClassName
 {
   color: #744853;
 }
 .AnyTagClassName
 {
   color: #744853;
 }
</style>

background-color css

<style>
 a { background-color: #744853; }

 a { background-color: rgb(116,72,83); }

 div.DivClassName
 {
   background-color: #744853;
 }
 .BgClassName
 {
   background-color: #744853;
 }
</style>

border-color css

<style>
 span { border-color: #744853; }

 span { border-color: rgb(116,72,83); }

 td.TdClassName
 {
   border-color: #744853;
 }
 .TagClassName
 {
   border-color: #744853;
 }
</style>