#7B612F

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

Shades of Himalaya #7B612F

Tints of Himalaya #7B612F

Color information

#7B612F (or 0x7B612F) is unknown color: approx Himalaya. HEX triplet: 7B, 61 and 2F. RGB value is (123,97,47). Sum of RGB (Red+Green+Blue) = 123+97+47=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B612F is #849ED0. Grayscale: #636363. Windows color (decimal): -8691409 or 3105147. OLE color: 3105147.

HSL color Cylindrical-coordinate representation of color #7B612F: hue angle of 39.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B612F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1239747-
CMYK00.210.620.52
HSL39.47º44.71%33.33%-
HSV(B)39.47º61.79%48.24%-
XYZ12.9612.974.51-
YUV99.0798.61145.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.07%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=46.07%
G=36.33%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123974700.210.620.5239.4744.7133.33
Hex7B612F0153E34272d21
Octal173141570257664475541
Binary11110111100001101111010101111110110100100111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B612F; }

 p { color: rgb(123,97,47); }

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

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

 a { background-color: rgb(123,97,47); }

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

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

 span { border-color: rgb(123,97,47); }

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