Html Css Color HEX #76642A Himalaya

📋 copy color: '#76642A'

red 118 ◦ green 100 ◦ blue 42

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

Shades of Himalaya #76642A

Tints of Himalaya #76642A

RGB

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

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

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

R = 45.38%
G = 38.46%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76642A (or 0x76642A) is known color: Himalaya. HEX triplet: 76, 64 and 2A. RGB value is (118,100,42). Sum of RGB (Red+Green+Blue) = 118+100+42=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76642A is #899BD5. Grayscale: #636363. Windows color (decimal): -9018326 or 2778230. OLE color: 2778230.

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

Color convert

RGB 118 100 42 -
CMYK 0 0.15 0.64 0.54
HSL 45.79º 0.48% 0.31% -
HSV(B) 45.79º 0.64% 0.46% -
XYZ 12.45 13.13 4.07 -
YUV 98.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 118 100 42 0 0.15 0.64 0.54 45.79 0.48 0.31
Hex 76 64 2A 0 F 40 36 2E 30 1F
Octal 166 144 52 0 17 100 66 56 60 37
Binary 1110110 1100100 101010 0 1111 1000000 110110 101110 110000 11111

Color Harmonies of #76642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76642A

Black with #76642A

Text Example


Text Example

White with #76642A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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