Html Css Color HEX #76574C Dorado

📋 copy color: '#76574C'

red 118 ◦ green 87 ◦ blue 76

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

Shades of Dorado #76574C

Tints of Dorado #76574C

RGB

 RED value IS 118 (46.48% from 255) = 41.99%

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

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

R = 41.99%
G = 30.96%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76574C (or 0x76574C) is known color: Dorado. HEX triplet: 76, 57 and 4C. RGB value is (118,87,76). Sum of RGB (Red+Green+Blue) = 118+87+76=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76574C is #89A8B3. Grayscale: #5F5F5F. Windows color (decimal): -9021620 or 5003126. OLE color: 5003126.

HSL color Cylindrical-coordinate representation of color #76574C: hue angle of 15.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76574C is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 76 -
CMYK 0 0.26 0.36 0.54
HSL 15.71º 0.22% 0.38% -
HSV(B) 15.71º 0.36% 0.46% -
XYZ 12.18 11.19 8.36 -
YUV 95.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 118 87 76 0 0.26 0.36 0.54 15.71 0.22 0.38
Hex 76 57 4C 0 1A 24 36 10 16 26
Octal 166 127 114 0 32 44 66 20 26 46
Binary 1110110 1010111 1001100 0 11010 100100 110110 10000 10110 100110

Color Harmonies of #76574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76574C

Black with #76574C

Text Example


Text Example

White with #76574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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