#726B3B

Color #726B3B Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #726B3B

Tints of Himalaya #726B3B

Color information

#726B3B (or 0x726B3B) is unknown color: approx Himalaya. HEX triplet: 72, 6B and 3B. RGB value is (114,107,59). Sum of RGB (Red+Green+Blue) = 114+107+59=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B3B is #8D94C4. Grayscale: #676767. Windows color (decimal): -9278661 or 3894130. OLE color: 3894130.

HSL color Cylindrical-coordinate representation of color #726B3B: hue angle of 52.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726B3B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB11410759-
CMYK00.060.480.55
HSL52.36º31.79%33.92%-
HSV(B)52.36º48.25%44.71%-
XYZ12.9914.416.23-
YUV103.62102.82135.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=40.71%
G=38.21%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141075900.060.480.5552.3631.7933.92
Hex726B3B063037342022
Octal16215373066067644042
Binary111001011010111110110110110000110111110100100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726B3B; }

 p { color: rgb(114,107,59); }

 H1.HeaderClassName
 {
   color: #726B3B;
 }
 .AnyTagClassName
 {
   color: #726B3B;
 }
</style>
background-color css

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

 a { background-color: rgb(114,107,59); }

 div.DivClassName
 {
   background-color: #726B3B;
 }
 .BgClassName
 {
   background-color: #726B3B;
 }
</style>
border-color css

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

 span { border-color: rgb(114,107,59); }

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