Html Css Color HEX #7B6132 Himalaya

📋 copy color: '#7B6132'

red 123 ◦ green 97 ◦ blue 50

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

Shades of Himalaya #7B6132

Tints of Himalaya #7B6132

RGB

 RED value IS 123 (48.44% from 255) = 45.56%

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 45.56%
G = 35.93%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B6132 (or 0x7B6132) is known color: Himalaya. HEX triplet: 7B, 61 and 32. RGB value is (123,97,50). Sum of RGB (Red+Green+Blue) = 123+97+50=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6132 is #849ECD. Grayscale: #636363. Windows color (decimal): -8691406 or 3301755. OLE color: 3301755.

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

Color convert

RGB 123 97 50 -
CMYK 0 0.21 0.59 0.52
HSL 38.63º 0.42% 0.34% -
HSV(B) 38.63º 0.59% 0.48% -
XYZ 13.02 12.99 4.84 -
YUV 99.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 123 97 50 0 0.21 0.59 0.52 38.63 0.42 0.34
Hex 7B 61 32 0 15 3B 34 27 2A 22
Octal 173 141 62 0 25 73 64 47 52 42
Binary 1111011 1100001 110010 0 10101 111011 110100 100111 101010 100010

Color Harmonies of #7B6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6132

Black with #7B6132

Text Example


Text Example

White with #7B6132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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