#7B682F

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

Shades of Himalaya #7B682F

Tints of Himalaya #7B682F

Color information

#7B682F (or 0x7B682F) is unknown color: approx Himalaya. HEX triplet: 7B, 68 and 2F. RGB value is (123,104,47). Sum of RGB (Red+Green+Blue) = 123+104+47=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B682F is #8497D0. Grayscale: #676767. Windows color (decimal): -8689617 or 3106939. OLE color: 3106939.

HSL color Cylindrical-coordinate representation of color #7B682F: hue angle of 45º 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 #7B682F is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB12310447-
CMYK00.150.620.52
HSL45º44.71%33.33%-
HSV(B)45º61.79%48.24%-
XYZ13.6314.324.73-
YUV103.1896.29142.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.89%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 47 (18.75% from 255) = 17.15%
R=44.89%
G=37.96%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231044700.150.620.524544.7133.33
Hex7B682F0F3E342d2d21
Octal173150570177664555541
Binary1111011110100010111101111111110110100101101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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