Html Css Color HEX #74574C Dorado

📋 copy color: '#74574C'

red 116 ◦ green 87 ◦ blue 76

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

Shades of Dorado #74574C

Tints of Dorado #74574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.18%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 41.58%
G = 31.18%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74574C (or 0x74574C) is known color: Dorado. HEX triplet: 74, 57 and 4C. RGB value is (116,87,76). Sum of RGB (Red+Green+Blue) = 116+87+76=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #74574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74574C is #8BA8B3. Grayscale: #5E5E5E. Windows color (decimal): -9152692 or 5003124. OLE color: 5003124.

HSL color Cylindrical-coordinate representation of color #74574C: hue angle of 16.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74574C is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 76 -
CMYK 0 0.25 0.34 0.55
HSL 16.5º 0.21% 0.38% -
HSV(B) 16.5º 0.34% 0.45% -
XYZ 11.92 11.05 8.34 -
YUV 94.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 116 87 76 0 0.25 0.34 0.55 16.5 0.21 0.38
Hex 74 57 4C 0 19 22 37 10 15 26
Octal 164 127 114 0 31 42 67 20 25 46
Binary 1110100 1010111 1001100 0 11001 100010 110111 10000 10101 100110

Color Harmonies of #74574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74574C

Black with #74574C

Text Example


Text Example

White with #74574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74574C; }

 p { color: rgb(116,87,76); }

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

background-color css

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

 a { background-color: rgb(116,87,76); }

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

border-color css

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

 span { border-color: rgb(116,87,76); }

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