#765826

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

Shades of Horses Neck #765826

Tints of Horses Neck #765826

Color information

#765826 (or 0x765826) is unknown color: approx Horses Neck. HEX triplet: 76, 58 and 26. RGB value is (118,88,38). Sum of RGB (Red+Green+Blue) = 118+88+38=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #765826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765826 is #89A7D9. Grayscale: #5B5B5B. Windows color (decimal): -9021402 or 2513014. OLE color: 2513014.

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

Color convert

RGB1188838-
CMYK00.250.680.54
HSL37.5º51.28%30.59%-
HSV(B)37.5º67.8%46.27%-
XYZ11.3110.973.36-
YUV91.2797.94147.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=48.36%
G=36.07%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118883800.250.680.5437.551.2830.59
Hex765826019443626331f
Octal1661304603110466466337
Binary11101101011000100110011001100010011011010011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765826; }

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

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

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

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

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

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

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

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