Html Css Color HEX #76584C Dorado

📋 copy color: '#76584C'

red 118 ◦ green 88 ◦ blue 76

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

Shades of Dorado #76584C

Tints of Dorado #76584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

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

R = 41.84%
G = 31.21%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76584C (or 0x76584C) is known color: Dorado. HEX triplet: 76, 58 and 4C. RGB value is (118,88,76). Sum of RGB (Red+Green+Blue) = 118+88+76=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76584C is #89A7B3. Grayscale: #5F5F5F. Windows color (decimal): -9021364 or 5003382. OLE color: 5003382.

HSL color Cylindrical-coordinate representation of color #76584C: hue angle of 17.14º 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 #76584C is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 76 -
CMYK 0 0.25 0.36 0.54
HSL 17.14º 0.22% 0.38% -
HSV(B) 17.14º 0.36% 0.46% -
XYZ 12.27 11.35 8.38 -
YUV 95.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 118 88 76 0 0.25 0.36 0.54 17.14 0.22 0.38
Hex 76 58 4C 0 19 24 36 11 16 26
Octal 166 130 114 0 31 44 66 21 26 46
Binary 1110110 1011000 1001100 0 11001 100100 110110 10001 10110 100110

Color Harmonies of #76584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76584C

Black with #76584C

Text Example


Text Example

White with #76584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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