Html Css Color HEX #795A4C Dorado

📋 copy color: '#795A4C'

red 121 ◦ green 90 ◦ blue 76

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

Shades of Dorado #795A4C

Tints of Dorado #795A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

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

R = 42.16%
G = 31.36%
B = 26.48%

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

#795A4C (or 0x795A4C) is known color: Dorado. HEX triplet: 79, 5A and 4C. RGB value is (121,90,76). Sum of RGB (Red+Green+Blue) = 121+90+76=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A4C is #86A5B3. Grayscale: #616161. Windows color (decimal): -8824244 or 5003897. OLE color: 5003897.

HSL color Cylindrical-coordinate representation of color #795A4C: hue angle of 18.67º 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 #795A4C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 90 76 -
CMYK 0 0.26 0.37 0.53
HSL 18.67º 0.23% 0.39% -
HSV(B) 18.67º 0.37% 0.47% -
XYZ 12.85 11.9 8.46 -
YUV 97.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 121 90 76 0 0.26 0.37 0.53 18.67 0.23 0.39
Hex 79 5A 4C 0 1A 25 35 13 17 27
Octal 171 132 114 0 32 45 65 23 27 47
Binary 1111001 1011010 1001100 0 11010 100101 110101 10011 10111 100111

Color Harmonies of #795A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A4C

Black with #795A4C

Text Example


Text Example

White with #795A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795A4C; }

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

 H1.HeaderClassName
 {
   color: #795A4C;
 }
 .AnyTagClassName
 {
   color: #795A4C;
 }
</style>

background-color css

<style>
 a { background-color: #795A4C; }

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

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

border-color css

<style>
 span { border-color: #795A4C; }

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

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