Html Css Color HEX #765728 Horses Neck

📋 copy color: '#765728'

red 118 ◦ green 87 ◦ blue 40

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

Shades of Horses Neck #765728

Tints of Horses Neck #765728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.51%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 48.16%
G = 35.51%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#765728 (or 0x765728) is known color: Horses Neck. HEX triplet: 76, 57 and 28. RGB value is (118,87,40). Sum of RGB (Red+Green+Blue) = 118+87+40=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #765728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765728 is #89A8D7. Grayscale: #5B5B5B. Windows color (decimal): -9021656 or 2643830. OLE color: 2643830.

HSL color Cylindrical-coordinate representation of color #765728: hue angle of 36.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #765728 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 40 -
CMYK 0 0.26 0.66 0.54
HSL 36.15º 0.49% 0.31% -
HSV(B) 36.15º 0.66% 0.46% -
XYZ 11.26 10.82 3.5 -
YUV 90.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 118 87 40 0 0.26 0.66 0.54 36.15 0.49 0.31
Hex 76 57 28 0 1A 42 36 24 31 1F
Octal 166 127 50 0 32 102 66 44 61 37
Binary 1110110 1010111 101000 0 11010 1000010 110110 100100 110001 11111

Color Harmonies of #765728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765728

Black with #765728

Text Example


Text Example

White with #765728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765728; }

 p { color: rgb(118,87,40); }

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

background-color css

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

 a { background-color: rgb(118,87,40); }

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

border-color css

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

 span { border-color: rgb(118,87,40); }

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