Html Css Color HEX #795959 Zambezi

📋 copy color: '#795959'

red 121 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #795959

Tints of Zambezi #795959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 40.47%
G = 29.77%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#795959 (or 0x795959) is known color: Zambezi. HEX triplet: 79, 59 and 59. RGB value is (121,89,89). Sum of RGB (Red+Green+Blue) = 121+89+89=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #795959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795959 is #86A6A6. Grayscale: #626262. Windows color (decimal): -8824487 or 5855609. OLE color: 5855609.

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

Color convert

RGB 121 89 89 -
CMYK 0 0.26 0.26 0.53
HSL 0.15% 0.41% -
HSV(B) 0.26% 0.47% -
XYZ 13.26 11.93 11.06 -
YUV 98.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 121 89 89 0 0.26 0.26 0.53 0 0.15 0.41
Hex 79 59 59 0 1A 1A 35 0 F 29
Octal 171 131 131 0 32 32 65 0 17 51
Binary 1111001 1011001 1011001 0 11010 11010 110101 0 1111 101001

Color Harmonies of #795959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795959

Black with #795959

Text Example


Text Example

White with #795959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795959; }

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

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

background-color css

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

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

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

border-color css

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

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

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