Html Css Color HEX #79594D Dorado

📋 copy color: '#79594D'

red 121 ◦ green 89 ◦ blue 77

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

Shades of Dorado #79594D

Tints of Dorado #79594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 42.16%
G = 31.01%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#79594D (or 0x79594D) is known color: Dorado. HEX triplet: 79, 59 and 4D. RGB value is (121,89,77). Sum of RGB (Red+Green+Blue) = 121+89+77=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #79594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79594D is #86A6B2. Grayscale: #616161. Windows color (decimal): -8824499 or 5069177. OLE color: 5069177.

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

Color convert

RGB 121 89 77 -
CMYK 0 0.26 0.36 0.53
HSL 16.36º 0.22% 0.39% -
HSV(B) 16.36º 0.36% 0.47% -
XYZ 12.8 11.75 8.61 -
YUV 97.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 121 89 77 0 0.26 0.36 0.53 16.36 0.22 0.39
Hex 79 59 4D 0 1A 24 35 10 16 27
Octal 171 131 115 0 32 44 65 20 26 47
Binary 1111001 1011001 1001101 0 11010 100100 110101 10000 10110 100111

Color Harmonies of #79594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79594D

Black with #79594D

Text Example


Text Example

White with #79594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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