Html Css Color HEX #765E2F Himalaya

📋 copy color: '#765E2F'

red 118 ◦ green 94 ◦ blue 47

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

Shades of Himalaya #765E2F

Tints of Himalaya #765E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 45.56%
G = 36.29%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#765E2F (or 0x765E2F) is known color: Himalaya. HEX triplet: 76, 5E and 2F. RGB value is (118,94,47). Sum of RGB (Red+Green+Blue) = 118+94+47=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #765E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E2F is #89A1D0. Grayscale: #606060. Windows color (decimal): -9019857 or 3104374. OLE color: 3104374.

HSL color Cylindrical-coordinate representation of color #765E2F: hue angle of 39.72º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765E2F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 47 -
CMYK 0 0.20 0.60 0.54
HSL 39.72º 0.43% 0.32% -
HSV(B) 39.72º 0.6% 0.46% -
XYZ 11.99 12.06 4.39 -
YUV 95.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 118 94 47 0 0.20 0.60 0.54 39.72 0.43 0.32
Hex 76 5E 2F 0 14 3C 36 28 2B 20
Octal 166 136 57 0 24 74 66 50 53 40
Binary 1110110 1011110 101111 0 10100 111100 110110 101000 101011 100000

Color Harmonies of #765E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E2F

Black with #765E2F

Text Example


Text Example

White with #765E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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