Html Css Color HEX #736262 Zambezi

📋 copy color: '#736262'

red 115 ◦ green 98 ◦ blue 98

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

Shades of Zambezi #736262

Tints of Zambezi #736262

RGB

 RED value IS 115 (45.31% from 255) = 36.98%

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 36.98%
G = 31.51%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#736262 (or 0x736262) is known color: Zambezi. HEX triplet: 73, 62 and 62. RGB value is (115,98,98). Sum of RGB (Red+Green+Blue) = 115+98+98=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #736262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736262 is #8C9D9D. Grayscale: #676767. Windows color (decimal): -9215390 or 6447731. OLE color: 6447731.

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

Color convert

RGB 115 98 98 -
CMYK 0 0.15 0.15 0.55
HSL 0.08% 0.42% -
HSV(B) 0.15% 0.45% -
XYZ 13.64 13.26 13.4 -
YUV 103.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 115 98 98 0 0.15 0.15 0.55 0 0.08 0.42
Hex 73 62 62 0 F F 37 0 8 2A
Octal 163 142 142 0 17 17 67 0 10 52
Binary 1110011 1100010 1100010 0 1111 1111 110111 0 1000 101010

Color Harmonies of #736262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736262

Black with #736262

Text Example


Text Example

White with #736262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736262; }

 p { color: rgb(115,98,98); }

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

background-color css

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

 a { background-color: rgb(115,98,98); }

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

border-color css

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

 span { border-color: rgb(115,98,98); }

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