Html Css Color HEX #765F32 Himalaya

📋 copy color: '#765F32'

red 118 ◦ green 95 ◦ blue 50

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

Shades of Himalaya #765F32

Tints of Himalaya #765F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 44.87%
G = 36.12%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#765F32 (or 0x765F32) is known color: Himalaya. HEX triplet: 76, 5F and 32. RGB value is (118,95,50). Sum of RGB (Red+Green+Blue) = 118+95+50=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #765F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F32 is #89A0CD. Grayscale: #606060. Windows color (decimal): -9019598 or 3301238. OLE color: 3301238.

HSL color Cylindrical-coordinate representation of color #765F32: hue angle of 39.71º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765F32 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 50 -
CMYK 0 0.19 0.58 0.54
HSL 39.71º 0.4% 0.33% -
HSV(B) 39.71º 0.58% 0.46% -
XYZ 12.14 12.27 4.75 -
YUV 96.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 118 95 50 0 0.19 0.58 0.54 39.71 0.4 0.33
Hex 76 5F 32 0 13 3A 36 28 28 21
Octal 166 137 62 0 23 72 66 50 50 41
Binary 1110110 1011111 110010 0 10011 111010 110110 101000 101000 100001

Color Harmonies of #765F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F32

Black with #765F32

Text Example


Text Example

White with #765F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,50); }

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

background-color css

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

 a { background-color: rgb(118,95,50); }

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

border-color css

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

 span { border-color: rgb(118,95,50); }

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