Html Css Color HEX #765D20 Horses Neck

📋 copy color: '#765D20'

red 118 ◦ green 93 ◦ blue 32

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

Shades of Horses Neck #765D20

Tints of Horses Neck #765D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.27%

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

R = 48.56%
G = 38.27%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#765D20 (or 0x765D20) is known color: Horses Neck. HEX triplet: 76, 5D and 20. RGB value is (118,93,32). Sum of RGB (Red+Green+Blue) = 118+93+32=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #765D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D20 is #89A2DF. Grayscale: #5D5D5D. Windows color (decimal): -9020128 or 2121078. OLE color: 2121078.

HSL color Cylindrical-coordinate representation of color #765D20: hue angle of 42.56º 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 #765D20 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 32 -
CMYK 0 0.21 0.73 0.54
HSL 42.56º 0.57% 0.29% -
HSV(B) 42.56º 0.73% 0.46% -
XYZ 11.65 11.78 3.03 -
YUV 93.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 118 93 32 0 0.21 0.73 0.54 42.56 0.57 0.29
Hex 76 5D 20 0 15 49 36 2B 39 1D
Octal 166 135 40 0 25 111 66 53 71 35
Binary 1110110 1011101 100000 0 10101 1001001 110110 101011 111001 11101

Color Harmonies of #765D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D20

Black with #765D20

Text Example


Text Example

White with #765D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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