#765926

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

Shades of Horses Neck #765926

Tints of Horses Neck #765926

Color information

#765926 (or 0x765926) is unknown color: approx Horses Neck. HEX triplet: 76, 59 and 26. RGB value is (118,89,38). Sum of RGB (Red+Green+Blue) = 118+89+38=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #765926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765926 is #89A6D9. Grayscale: #5C5C5C. Windows color (decimal): -9021146 or 2513270. OLE color: 2513270.

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

Color convert

RGB1188938-
CMYK00.250.680.54
HSL38.25º51.28%30.59%-
HSV(B)38.25º67.8%46.27%-
XYZ11.3911.143.38-
YUV91.8697.61146.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=48.16%
G=36.33%
B=15.51%

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
Decimal118893800.250.680.5438.2551.2830.59
Hex765926019443626331f
Octal1661314603110466466337
Binary11101101011001100110011001100010011011010011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765926; }

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

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

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

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

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

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

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

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