#765828

Color #765828 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #765828

Tints of Horses Neck #765828

Color information

#765828 (or 0x765828) is unknown color: approx Horses Neck. HEX triplet: 76, 58 and 28. RGB value is (118,88,40). Sum of RGB (Red+Green+Blue) = 118+88+40=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #765828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765828 is #89A7D7. Grayscale: #5B5B5B. Windows color (decimal): -9021400 or 2644086. OLE color: 2644086.

HSL color Cylindrical-coordinate representation of color #765828: hue angle of 36.92º 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 #765828 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1188840-
CMYK00.250.660.54
HSL36.92º49.37%30.98%-
HSV(B)36.92º66.1%46.27%-
XYZ11.3410.983.53-
YUV91.598.94146.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=47.97%
G=35.77%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118884000.250.660.5436.9249.3730.98
Hex765828019423625311f
Octal1661305003110266456137
Binary11101101011000101000011001100001011011010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765828; }

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

 H1.HeaderClassName
 {
   color: #765828;
 }
 .AnyTagClassName
 {
   color: #765828;
 }
</style>
background-color css

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

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

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

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

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

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