Html Css Color HEX #76594B Dorado

📋 copy color: '#76594B'

red 118 ◦ green 89 ◦ blue 75

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

Shades of Dorado #76594B

Tints of Dorado #76594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 41.84%
G = 31.56%
B = 26.6%

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

#76594B (or 0x76594B) is known color: Dorado. HEX triplet: 76, 59 and 4B. RGB value is (118,89,75). Sum of RGB (Red+Green+Blue) = 118+89+75=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76594B is #89A6B4. Grayscale: #606060. Windows color (decimal): -9021109 or 4938102. OLE color: 4938102.

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

Color convert

RGB 118 89 75 -
CMYK 0 0.25 0.36 0.54
HSL 19.53º 0.22% 0.38% -
HSV(B) 19.53º 0.36% 0.46% -
XYZ 12.31 11.5 8.23 -
YUV 96.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 118 89 75 0 0.25 0.36 0.54 19.53 0.22 0.38
Hex 76 59 4B 0 19 24 36 14 16 26
Octal 166 131 113 0 31 44 66 24 26 46
Binary 1110110 1011001 1001011 0 11001 100100 110110 10100 10110 100110

Color Harmonies of #76594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76594B

Black with #76594B

Text Example


Text Example

White with #76594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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