Html Css Color HEX #765E24 Himalaya

📋 copy color: '#765E24'

red 118 ◦ green 94 ◦ blue 36

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

Shades of Himalaya #765E24

Tints of Himalaya #765E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 47.58%
G = 37.9%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#765E24 (or 0x765E24) is known color: Himalaya. HEX triplet: 76, 5E and 24. RGB value is (118,94,36). Sum of RGB (Red+Green+Blue) = 118+94+36=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #765E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E24 is #89A1DB. Grayscale: #5E5E5E. Windows color (decimal): -9019868 or 2383478. OLE color: 2383478.

HSL color Cylindrical-coordinate representation of color #765E24: hue angle of 42.44º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #765E24 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 36 -
CMYK 0 0.20 0.69 0.54
HSL 42.44º 0.53% 0.3% -
HSV(B) 42.44º 0.69% 0.46% -
XYZ 11.79 11.98 3.36 -
YUV 94.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 118 94 36 0 0.20 0.69 0.54 42.44 0.53 0.3
Hex 76 5E 24 0 14 45 36 2A 35 1E
Octal 166 136 44 0 24 105 66 52 65 36
Binary 1110110 1011110 100100 0 10100 1000101 110110 101010 110101 11110

Color Harmonies of #765E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E24

Black with #765E24

Text Example


Text Example

White with #765E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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