#726A3A

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

Shades of Himalaya #726A3A

Tints of Himalaya #726A3A

Color information

#726A3A (or 0x726A3A) is unknown color: approx Himalaya. HEX triplet: 72, 6A and 3A. RGB value is (114,106,58). Sum of RGB (Red+Green+Blue) = 114+106+58=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #726A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A3A is #8D95C5. Grayscale: #676767. Windows color (decimal): -9278918 or 3828338. OLE color: 3828338.

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

Color convert

RGB11410658-
CMYK00.070.490.55
HSL51.43º32.56%33.73%-
HSV(B)51.43º49.12%44.71%-
XYZ12.8614.196.06-
YUV102.92102.65135.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=41.01%
G=38.13%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141065800.070.490.5551.4332.5633.73
Hex726A3A073137332122
Octal16215272076167634142
Binary111001011010101110100111110001110111110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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