Html Css Color HEX #76594E Dorado

📋 copy color: '#76594E'

red 118 ◦ green 89 ◦ blue 78

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

Shades of Dorado #76594E

Tints of Dorado #76594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 41.4%
G = 31.23%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76594E (or 0x76594E) is known color: Dorado. HEX triplet: 76, 59 and 4E. RGB value is (118,89,78). Sum of RGB (Red+Green+Blue) = 118+89+78=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #76594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76594E is #89A6B1. Grayscale: #606060. Windows color (decimal): -9021106 or 5134710. OLE color: 5134710.

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

Color convert

RGB 118 89 78 -
CMYK 0 0.25 0.34 0.54
HSL 16.5º 0.2% 0.38% -
HSV(B) 16.5º 0.34% 0.46% -
XYZ 12.42 11.55 8.78 -
YUV 96.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 118 89 78 0 0.25 0.34 0.54 16.5 0.2 0.38
Hex 76 59 4E 0 19 22 36 10 14 26
Octal 166 131 116 0 31 42 66 20 24 46
Binary 1110110 1011001 1001110 0 11001 100010 110110 10000 10100 100110

Color Harmonies of #76594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76594E

Black with #76594E

Text Example


Text Example

White with #76594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76594E; }

 p { color: rgb(118,89,78); }

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

background-color css

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

 a { background-color: rgb(118,89,78); }

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

border-color css

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

 span { border-color: rgb(118,89,78); }

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