Html Css Color HEX #765D29 Horses Neck

📋 copy color: '#765D29'

red 118 ◦ green 93 ◦ blue 41

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

Shades of Horses Neck #765D29

Tints of Horses Neck #765D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 46.83%
G = 36.9%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#765D29 (or 0x765D29) is known color: Horses Neck. HEX triplet: 76, 5D and 29. RGB value is (118,93,41). Sum of RGB (Red+Green+Blue) = 118+93+41=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #765D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D29 is #89A2D6. Grayscale: #5E5E5E. Windows color (decimal): -9020119 or 2710902. OLE color: 2710902.

HSL color Cylindrical-coordinate representation of color #765D29: hue angle of 40.52º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #765D29 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 41 -
CMYK 0 0.21 0.65 0.54
HSL 40.52º 0.48% 0.31% -
HSV(B) 40.52º 0.65% 0.46% -
XYZ 11.79 11.84 3.76 -
YUV 94.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 118 93 41 0 0.21 0.65 0.54 40.52 0.48 0.31
Hex 76 5D 29 0 15 41 36 29 30 1F
Octal 166 135 51 0 25 101 66 51 60 37
Binary 1110110 1011101 101001 0 10101 1000001 110110 101001 110000 11111

Color Harmonies of #765D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D29

Black with #765D29

Text Example


Text Example

White with #765D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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