Html Css Color HEX #76662A Himalaya

📋 copy color: '#76662A'

red 118 ◦ green 102 ◦ blue 42

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

Shades of Himalaya #76662A

Tints of Himalaya #76662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.93%

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

R = 45.04%
G = 38.93%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76662A (or 0x76662A) is known color: Himalaya. HEX triplet: 76, 66 and 2A. RGB value is (118,102,42). Sum of RGB (Red+Green+Blue) = 118+102+42=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76662A is #8999D5. Grayscale: #646464. Windows color (decimal): -9017814 or 2778742. OLE color: 2778742.

HSL color Cylindrical-coordinate representation of color #76662A: hue angle of 47.37º 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 #76662A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 42 -
CMYK 0 0.14 0.64 0.54
HSL 47.37º 0.48% 0.31% -
HSV(B) 47.37º 0.64% 0.46% -
XYZ 12.64 13.52 4.13 -
YUV 99.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 118 102 42 0 0.14 0.64 0.54 47.37 0.48 0.31
Hex 76 66 2A 0 E 40 36 2F 30 1F
Octal 166 146 52 0 16 100 66 57 60 37
Binary 1110110 1100110 101010 0 1110 1000000 110110 101111 110000 11111

Color Harmonies of #76662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76662A

Black with #76662A

Text Example


Text Example

White with #76662A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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