Html Css Color HEX #765E21 Himalaya

📋 copy color: '#765E21'

red 118 ◦ green 94 ◦ blue 33

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

Shades of Himalaya #765E21

Tints of Himalaya #765E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 48.16%
G = 38.37%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#765E21 (or 0x765E21) is known color: Himalaya. HEX triplet: 76, 5E and 21. RGB value is (118,94,33). Sum of RGB (Red+Green+Blue) = 118+94+33=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #765E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E21 is #89A1DE. Grayscale: #5E5E5E. Windows color (decimal): -9019871 or 2186870. OLE color: 2186870.

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

Color convert

RGB 118 94 33 -
CMYK 0 0.20 0.72 0.54
HSL 43.06º 0.56% 0.3% -
HSV(B) 43.06º 0.72% 0.46% -
XYZ 11.75 11.97 3.13 -
YUV 94.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 118 94 33 0 0.20 0.72 0.54 43.06 0.56 0.3
Hex 76 5E 21 0 14 48 36 2B 38 1E
Octal 166 136 41 0 24 110 66 53 70 36
Binary 1110110 1011110 100001 0 10100 1001000 110110 101011 111000 11110

Color Harmonies of #765E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E21

Black with #765E21

Text Example


Text Example

White with #765E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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