Html Css Color HEX #765E2C Himalaya

📋 copy color: '#765E2C'

red 118 ◦ green 94 ◦ blue 44

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

Shades of Himalaya #765E2C

Tints of Himalaya #765E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

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

R = 46.09%
G = 36.72%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#765E2C (or 0x765E2C) is known color: Himalaya. HEX triplet: 76, 5E and 2C. RGB value is (118,94,44). Sum of RGB (Red+Green+Blue) = 118+94+44=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E2C is #89A1D3. Grayscale: #5F5F5F. Windows color (decimal): -9019860 or 2907766. OLE color: 2907766.

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

Color convert

RGB 118 94 44 -
CMYK 0 0.20 0.63 0.54
HSL 40.54º 0.46% 0.32% -
HSV(B) 40.54º 0.63% 0.46% -
XYZ 11.93 12.04 4.08 -
YUV 95.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 118 94 44 0 0.20 0.63 0.54 40.54 0.46 0.32
Hex 76 5E 2C 0 14 3F 36 29 2E 20
Octal 166 136 54 0 24 77 66 51 56 40
Binary 1110110 1011110 101100 0 10100 111111 110110 101001 101110 100000

Color Harmonies of #765E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E2C

Black with #765E2C

Text Example


Text Example

White with #765E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E2C; }

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

 H1.HeaderClassName
 {
   color: #765E2C;
 }
 .AnyTagClassName
 {
   color: #765E2C;
 }
</style>

background-color css

<style>
 a { background-color: #765E2C; }

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

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

border-color css

<style>
 span { border-color: #765E2C; }

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

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