Html Css Color HEX #76622C Himalaya

📋 copy color: '#76622C'

red 118 ◦ green 98 ◦ blue 44

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

Shades of Himalaya #76622C

Tints of Himalaya #76622C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

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

R = 45.38%
G = 37.69%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76622C (or 0x76622C) is known color: Himalaya. HEX triplet: 76, 62 and 2C. RGB value is (118,98,44). Sum of RGB (Red+Green+Blue) = 118+98+44=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76622C is #899DD3. Grayscale: #626262. Windows color (decimal): -9018836 or 2908790. OLE color: 2908790.

HSL color Cylindrical-coordinate representation of color #76622C: hue angle of 43.78º 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 #76622C is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 44 -
CMYK 0 0.17 0.63 0.54
HSL 43.78º 0.46% 0.32% -
HSV(B) 43.78º 0.63% 0.46% -
XYZ 12.29 12.77 4.2 -
YUV 97.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 118 98 44 0 0.17 0.63 0.54 43.78 0.46 0.32
Hex 76 62 2C 0 11 3F 36 2C 2E 20
Octal 166 142 54 0 21 77 66 54 56 40
Binary 1110110 1100010 101100 0 10001 111111 110110 101100 101110 100000

Color Harmonies of #76622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76622C

Black with #76622C

Text Example


Text Example

White with #76622C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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