Html Css Color HEX #726626 Himalaya

📋 copy color: '#726626'

red 114 ◦ green 102 ◦ blue 38

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

Shades of Himalaya #726626

Tints of Himalaya #726626

RGB

 RED value IS 114 (44.92% from 255) = 44.88%

 GREEN value IS 102 (40.23% from 255) = 40.16%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 44.88%
G = 40.16%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#726626 (or 0x726626) is known color: Himalaya. HEX triplet: 72, 66 and 26. RGB value is (114,102,38). Sum of RGB (Red+Green+Blue) = 114+102+38=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726626 is #8D99D9. Grayscale: #626262. Windows color (decimal): -9279962 or 2516594. OLE color: 2516594.

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

Color convert

RGB 114 102 38 -
CMYK 0 0.11 0.67 0.55
HSL 50.53º 0.5% 0.3% -
HSV(B) 50.53º 0.67% 0.45% -
XYZ 12.04 13.22 3.75 -
YUV 98.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 114 102 38 0 0.11 0.67 0.55 50.53 0.5 0.3
Hex 72 66 26 0 B 43 37 33 32 1E
Octal 162 146 46 0 13 103 67 63 62 36
Binary 1110010 1100110 100110 0 1011 1000011 110111 110011 110010 11110

Color Harmonies of #726626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726626

Black with #726626

Text Example


Text Example

White with #726626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726626; }

 p { color: rgb(114,102,38); }

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

background-color css

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

 a { background-color: rgb(114,102,38); }

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

border-color css

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

 span { border-color: rgb(114,102,38); }

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