Html Css Color HEX #76632A Himalaya

📋 copy color: '#76632A'

red 118 ◦ green 99 ◦ blue 42

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

Shades of Himalaya #76632A

Tints of Himalaya #76632A

RGB

 RED value IS 118 (46.48% from 255) = 45.56%

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

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 45.56%
G = 38.22%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76632A (or 0x76632A) is known color: Himalaya. HEX triplet: 76, 63 and 2A. RGB value is (118,99,42). Sum of RGB (Red+Green+Blue) = 118+99+42=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76632A is #899CD5. Grayscale: #626262. Windows color (decimal): -9018582 or 2777974. OLE color: 2777974.

HSL color Cylindrical-coordinate representation of color #76632A: hue angle of 45º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76632A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 42 -
CMYK 0 0.16 0.64 0.54
HSL 45º 0.48% 0.31% -
HSV(B) 45º 0.64% 0.46% -
XYZ 12.35 12.94 4.04 -
YUV 98.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 118 99 42 0 0.16 0.64 0.54 45 0.48 0.31
Hex 76 63 2A 0 10 40 36 2D 30 1F
Octal 166 143 52 0 20 100 66 55 60 37
Binary 1110110 1100011 101010 0 10000 1000000 110110 101101 110000 11111

Color Harmonies of #76632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76632A

Black with #76632A

Text Example


Text Example

White with #76632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76632A; }

 p { color: rgb(118,99,42); }

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

background-color css

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

 a { background-color: rgb(118,99,42); }

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

border-color css

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

 span { border-color: rgb(118,99,42); }

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