Html Css Color HEX #795D4C Dorado

📋 copy color: '#795D4C'

red 121 ◦ green 93 ◦ blue 76

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

Shades of Dorado #795D4C

Tints of Dorado #795D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

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

R = 41.72%
G = 32.07%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#795D4C (or 0x795D4C) is known color: Dorado. HEX triplet: 79, 5D and 4C. RGB value is (121,93,76). Sum of RGB (Red+Green+Blue) = 121+93+76=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D4C is #86A2B3. Grayscale: #636363. Windows color (decimal): -8823476 or 5004665. OLE color: 5004665.

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

Color convert

RGB 121 93 76 -
CMYK 0 0.23 0.37 0.53
HSL 22.67º 0.23% 0.39% -
HSV(B) 22.67º 0.37% 0.47% -
XYZ 13.1 12.42 8.54 -
YUV 99.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 121 93 76 0 0.23 0.37 0.53 22.67 0.23 0.39
Hex 79 5D 4C 0 17 25 35 17 17 27
Octal 171 135 114 0 27 45 65 27 27 47
Binary 1111001 1011101 1001100 0 10111 100101 110101 10111 10111 100111

Color Harmonies of #795D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D4C

Black with #795D4C

Text Example


Text Example

White with #795D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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