#726A38

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

Shades of Himalaya #726A38

Tints of Himalaya #726A38

Color information

#726A38 (or 0x726A38) is unknown color: approx Himalaya. HEX triplet: 72, 6A and 38. RGB value is (114,106,56). Sum of RGB (Red+Green+Blue) = 114+106+56=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #726A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A38 is #8D95C7. Grayscale: #666666. Windows color (decimal): -9278920 or 3697266. OLE color: 3697266.

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

Color convert

RGB11410656-
CMYK00.070.510.55
HSL51.72º34.12%33.33%-
HSV(B)51.72º50.88%44.71%-
XYZ12.8114.175.8-
YUV102.69101.65136.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=41.30%
G=38.41%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141065600.070.510.5551.7234.1233.33
Hex726A38073337342221
Octal16215270076367644241
Binary111001011010101110000111110011110111110100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,56); }

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

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

 a { background-color: rgb(114,106,56); }

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

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

 span { border-color: rgb(114,106,56); }

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