Html Css Color HEX #79594C Dorado

📋 copy color: '#79594C'

red 121 ◦ green 89 ◦ blue 76

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

Shades of Dorado #79594C

Tints of Dorado #79594C

RGB

 RED value IS 121 (47.66% from 255) = 42.31%

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

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

R = 42.31%
G = 31.12%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#79594C (or 0x79594C) is known color: Dorado. HEX triplet: 79, 59 and 4C. RGB value is (121,89,76). Sum of RGB (Red+Green+Blue) = 121+89+76=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #79594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79594C is #86A6B3. Grayscale: #616161. Windows color (decimal): -8824500 or 5003641. OLE color: 5003641.

HSL color Cylindrical-coordinate representation of color #79594C: hue angle of 17.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79594C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 76 -
CMYK 0 0.26 0.37 0.53
HSL 17.33º 0.23% 0.39% -
HSV(B) 17.33º 0.37% 0.47% -
XYZ 12.76 11.73 8.43 -
YUV 97.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 121 89 76 0 0.26 0.37 0.53 17.33 0.23 0.39
Hex 79 59 4C 0 1A 25 35 11 17 27
Octal 171 131 114 0 32 45 65 21 27 47
Binary 1111001 1011001 1001100 0 11010 100101 110101 10001 10111 100111

Color Harmonies of #79594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79594C

Black with #79594C

Text Example


Text Example

White with #79594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,89,76); }

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

background-color css

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

 a { background-color: rgb(121,89,76); }

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

border-color css

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

 span { border-color: rgb(121,89,76); }

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