Html Css Color HEX #775D29 Horses Neck

📋 copy color: '#775D29'

red 119 ◦ green 93 ◦ blue 41

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

Shades of Horses Neck #775D29

Tints of Horses Neck #775D29

RGB

 RED value IS 119 (46.88% from 255) = 47.04%

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

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

R = 47.04%
G = 36.76%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775D29 (or 0x775D29) is known color: Horses Neck. HEX triplet: 77, 5D and 29. RGB value is (119,93,41). Sum of RGB (Red+Green+Blue) = 119+93+41=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D29 is #88A2D6. Grayscale: #5F5F5F. Windows color (decimal): -8954583 or 2710903. OLE color: 2710903.

HSL color Cylindrical-coordinate representation of color #775D29: hue angle of 40º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #775D29 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 93 41 -
CMYK 0 0.22 0.66 0.53
HSL 40º 0.49% 0.31% -
HSV(B) 40º 0.66% 0.47% -
XYZ 11.92 11.91 3.77 -
YUV 94.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 119 93 41 0 0.22 0.66 0.53 40 0.49 0.31
Hex 77 5D 29 0 16 42 35 28 31 1F
Octal 167 135 51 0 26 102 65 50 61 37
Binary 1110111 1011101 101001 0 10110 1000010 110101 101000 110001 11111

Color Harmonies of #775D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D29

Black with #775D29

Text Example


Text Example

White with #775D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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