Html Css Color HEX #7A6332 Himalaya

📋 copy color: '#7A6332'

red 122 ◦ green 99 ◦ blue 50

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

Shades of Himalaya #7A6332

Tints of Himalaya #7A6332

RGB

 RED value IS 122 (48.05% from 255) = 45.02%

 GREEN value IS 99 (39.06% from 255) = 36.53%

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

R = 45.02%
G = 36.53%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7A6332 (or 0x7A6332) is known color: Himalaya. HEX triplet: 7A, 63 and 32. RGB value is (122,99,50). Sum of RGB (Red+Green+Blue) = 122+99+50=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6332 is #859CCD. Grayscale: #646464. Windows color (decimal): -8756430 or 3302266. OLE color: 3302266.

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

Color convert

RGB 122 99 50 -
CMYK 0 0.19 0.59 0.52
HSL 40.83º 0.42% 0.34% -
HSV(B) 40.83º 0.59% 0.48% -
XYZ 13.06 13.29 4.89 -
YUV 100.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 122 99 50 0 0.19 0.59 0.52 40.83 0.42 0.34
Hex 7A 63 32 0 13 3B 34 29 2A 22
Octal 172 143 62 0 23 73 64 51 52 42
Binary 1111010 1100011 110010 0 10011 111011 110100 101001 101010 100010

Color Harmonies of #7A6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6332

Black with #7A6332

Text Example


Text Example

White with #7A6332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,99,50); }

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

background-color css

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

 a { background-color: rgb(122,99,50); }

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

border-color css

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

 span { border-color: rgb(122,99,50); }

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