#76584E

Color #76584E Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #76584E

Tints of Dorado #76584E

Color information

#76584E (or 0x76584E) is unknown color: approx Dorado. HEX triplet: 76, 58 and 4E. RGB value is (118,88,78). Sum of RGB (Red+Green+Blue) = 118+88+78=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76584E is #89A7B1. Grayscale: #5F5F5F. Windows color (decimal): -9021362 or 5134454. OLE color: 5134454.

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

Color convert

RGB1188878-
CMYK00.250.340.54
HSL15º20.41%38.43%-
HSV(B)15º33.9%46.27%-
XYZ12.3411.388.75-
YUV95.83117.94143.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=41.55%
G=30.99%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118887800.250.340.541520.4138.43
Hex76584E0192236f1426
Octal1661301160314266172446
Binary111011010110001001110011001100010110110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76584E;
 }
 .AnyTagClassName
 {
   color: #76584E;
 }
</style>
background-color css

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

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

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

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

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

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