Html Css Color HEX #76642C Himalaya

📋 copy color: '#76642C'

red 118 ◦ green 100 ◦ blue 44

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

Shades of Himalaya #76642C

Tints of Himalaya #76642C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 45.04%
G = 38.17%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76642C (or 0x76642C) is known color: Himalaya. HEX triplet: 76, 64 and 2C. RGB value is (118,100,44). Sum of RGB (Red+Green+Blue) = 118+100+44=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76642C is #899BD3. Grayscale: #636363. Windows color (decimal): -9018324 or 2909302. OLE color: 2909302.

HSL color Cylindrical-coordinate representation of color #76642C: hue angle of 45.41º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76642C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 44 -
CMYK 0 0.15 0.63 0.54
HSL 45.41º 0.46% 0.32% -
HSV(B) 45.41º 0.63% 0.46% -
XYZ 12.48 13.15 4.26 -
YUV 99 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 118 100 44 0 0.15 0.63 0.54 45.41 0.46 0.32
Hex 76 64 2C 0 F 3F 36 2D 2E 20
Octal 166 144 54 0 17 77 66 55 56 40
Binary 1110110 1100100 101100 0 1111 111111 110110 101101 101110 100000

Color Harmonies of #76642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76642C

Black with #76642C

Text Example


Text Example

White with #76642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76642C; }

 p { color: rgb(118,100,44); }

 H1.HeaderClassName
 {
   color: #76642C;
 }
 .AnyTagClassName
 {
   color: #76642C;
 }
</style>

background-color css

<style>
 a { background-color: #76642C; }

 a { background-color: rgb(118,100,44); }

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

border-color css

<style>
 span { border-color: #76642C; }

 span { border-color: rgb(118,100,44); }

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