Html Css Color HEX #765B20 Horses Neck

📋 copy color: '#765B20'

red 118 ◦ green 91 ◦ blue 32

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

Shades of Horses Neck #765B20

Tints of Horses Neck #765B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.76%

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 48.96%
G = 37.76%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#765B20 (or 0x765B20) is known color: Horses Neck. HEX triplet: 76, 5B and 20. RGB value is (118,91,32). Sum of RGB (Red+Green+Blue) = 118+91+32=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #765B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B20 is #89A4DF. Grayscale: #5C5C5C. Windows color (decimal): -9020640 or 2120566. OLE color: 2120566.

HSL color Cylindrical-coordinate representation of color #765B20: hue angle of 41.16º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #765B20 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 32 -
CMYK 0 0.23 0.73 0.54
HSL 41.16º 0.57% 0.29% -
HSV(B) 41.16º 0.73% 0.46% -
XYZ 11.47 11.44 2.97 -
YUV 92.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 118 91 32 0 0.23 0.73 0.54 41.16 0.57 0.29
Hex 76 5B 20 0 17 49 36 29 39 1D
Octal 166 133 40 0 27 111 66 51 71 35
Binary 1110110 1011011 100000 0 10111 1001001 110110 101001 111001 11101

Color Harmonies of #765B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B20

Black with #765B20

Text Example


Text Example

White with #765B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,91,32); }

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

background-color css

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

 a { background-color: rgb(118,91,32); }

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

border-color css

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

 span { border-color: rgb(118,91,32); }

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