Html Css Color HEX #76584F Dorado

📋 copy color: '#76584F'

red 118 ◦ green 88 ◦ blue 79

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

Shades of Dorado #76584F

Tints of Dorado #76584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.72%

R = 41.4%
G = 30.88%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76584F (or 0x76584F) is known color: Dorado. HEX triplet: 76, 58 and 4F. RGB value is (118,88,79). Sum of RGB (Red+Green+Blue) = 118+88+79=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #76584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76584F is #89A7B0. Grayscale: #606060. Windows color (decimal): -9021361 or 5199990. OLE color: 5199990.

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

Color convert

RGB 118 88 79 -
CMYK 0 0.25 0.33 0.54
HSL 13.85º 0.2% 0.39% -
HSV(B) 13.85º 0.33% 0.46% -
XYZ 12.37 11.4 8.94 -
YUV 95.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 118 88 79 0 0.25 0.33 0.54 13.85 0.2 0.39
Hex 76 58 4F 0 19 21 36 E 14 27
Octal 166 130 117 0 31 41 66 16 24 47
Binary 1110110 1011000 1001111 0 11001 100001 110110 1110 10100 100111

Color Harmonies of #76584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76584F

Black with #76584F

Text Example


Text Example

White with #76584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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