Html Css Color HEX #755C5A Zambezi

📋 copy color: '#755C5A'

red 117 ◦ green 92 ◦ blue 90

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

Shades of Zambezi #755C5A

Tints of Zambezi #755C5A

RGB

 RED value IS 117 (46.09% from 255) = 39.13%

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 39.13%
G = 30.77%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#755C5A (or 0x755C5A) is known color: Zambezi. HEX triplet: 75, 5C and 5A. RGB value is (117,92,90). Sum of RGB (Red+Green+Blue) = 117+92+90=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C5A is #8AA3A5. Grayscale: #636363. Windows color (decimal): -9085862 or 5921909. OLE color: 5921909.

HSL color Cylindrical-coordinate representation of color #755C5A: hue angle of 4.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755C5A is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 90 -
CMYK 0 0.21 0.23 0.54
HSL 4.44º 0.13% 0.41% -
HSV(B) 4.44º 0.23% 0.46% -
XYZ 13.01 12.17 11.34 -
YUV 99.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 117 92 90 0 0.21 0.23 0.54 4.44 0.13 0.41
Hex 75 5C 5A 0 15 17 36 4 D 29
Octal 165 134 132 0 25 27 66 4 15 51
Binary 1110101 1011100 1011010 0 10101 10111 110110 100 1101 101001

Color Harmonies of #755C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C5A

Black with #755C5A

Text Example


Text Example

White with #755C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755C5A; }

 p { color: rgb(117,92,90); }

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

background-color css

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

 a { background-color: rgb(117,92,90); }

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

border-color css

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

 span { border-color: rgb(117,92,90); }

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