Html Css Color HEX #796060 Light Wood

📋 copy color: '#796060'

red 121 ◦ green 96 ◦ blue 96

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

Shades of Light Wood #796060

Tints of Light Wood #796060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 38.66%
G = 30.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#796060 (or 0x796060) is known color: Light Wood. HEX triplet: 79, 60 and 60. RGB value is (121,96,96). Sum of RGB (Red+Green+Blue) = 121+96+96=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #796060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796060 is #869F9F. Grayscale: #676767. Windows color (decimal): -8822688 or 6316153. OLE color: 6316153.

HSL color Cylindrical-coordinate representation of color #796060: hue angle of 0º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796060 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 96 96 -
CMYK 0 0.21 0.21 0.53
HSL 0.12% 0.43% -
HSV(B) 0.21% 0.47% -
XYZ 14.18 13.28 12.88 -
YUV 103.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 121 96 96 0 0.21 0.21 0.53 0 0.12 0.43
Hex 79 60 60 0 15 15 35 0 C 2B
Octal 171 140 140 0 25 25 65 0 14 53
Binary 1111001 1100000 1100000 0 10101 10101 110101 0 1100 101011

Color Harmonies of #796060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796060

Black with #796060

Text Example


Text Example

White with #796060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796060; }

 p { color: rgb(121,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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