Html Css Color HEX #795A58 Zambezi

📋 copy color: '#795A58'

red 121 ◦ green 90 ◦ blue 88

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

Shades of Zambezi #795A58

Tints of Zambezi #795A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 40.47%
G = 30.1%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#795A58 (or 0x795A58) is known color: Zambezi. HEX triplet: 79, 5A and 58. RGB value is (121,90,88). Sum of RGB (Red+Green+Blue) = 121+90+88=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #795A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A58 is #86A5A7. Grayscale: #636363. Windows color (decimal): -8824232 or 5790329. OLE color: 5790329.

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

Color convert

RGB 121 90 88 -
CMYK 0 0.26 0.27 0.53
HSL 3.64º 0.16% 0.41% -
HSV(B) 3.64º 0.27% 0.47% -
XYZ 13.3 12.08 10.86 -
YUV 99.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 121 90 88 0 0.26 0.27 0.53 3.64 0.16 0.41
Hex 79 5A 58 0 1A 1B 35 4 10 29
Octal 171 132 130 0 32 33 65 4 20 51
Binary 1111001 1011010 1011000 0 11010 11011 110101 100 10000 101001

Color Harmonies of #795A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A58

Black with #795A58

Text Example


Text Example

White with #795A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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