Html Css Color HEX #76652C Himalaya

📋 copy color: '#76652C'

red 118 ◦ green 101 ◦ blue 44

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

Shades of Himalaya #76652C

Tints of Himalaya #76652C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

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

R = 44.87%
G = 38.4%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76652C (or 0x76652C) is known color: Himalaya. HEX triplet: 76, 65 and 2C. RGB value is (118,101,44). Sum of RGB (Red+Green+Blue) = 118+101+44=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76652C is #899AD3. Grayscale: #636363. Windows color (decimal): -9018068 or 2909558. OLE color: 2909558.

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

Color convert

RGB 118 101 44 -
CMYK 0 0.14 0.63 0.54
HSL 46.22º 0.46% 0.32% -
HSV(B) 46.22º 0.63% 0.46% -
XYZ 12.58 13.34 4.29 -
YUV 99.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 118 101 44 0 0.14 0.63 0.54 46.22 0.46 0.32
Hex 76 65 2C 0 E 3F 36 2E 2E 20
Octal 166 145 54 0 16 77 66 56 56 40
Binary 1110110 1100101 101100 0 1110 111111 110110 101110 101110 100000

Color Harmonies of #76652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76652C

Black with #76652C

Text Example


Text Example

White with #76652C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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