#765B22

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

Shades of Horses Neck #765B22

Tints of Horses Neck #765B22

Color information

#765B22 (or 0x765B22) is unknown color: approx Horses Neck. HEX triplet: 76, 5B and 22. RGB value is (118,91,34). Sum of RGB (Red+Green+Blue) = 118+91+34=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #765B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B22 is #89A4DD. Grayscale: #5C5C5C. Windows color (decimal): -9020638 or 2251638. OLE color: 2251638.

HSL color Cylindrical-coordinate representation of color #765B22: hue angle of 40.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #765B22 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB1189134-
CMYK00.230.710.54
HSL40.71º55.26%29.8%-
HSV(B)40.71º71.19%46.27%-
XYZ11.511.453.12-
YUV92.5794.95146.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 34 (13.67% from 255) = 13.99%
R=48.56%
G=37.45%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118913400.230.710.5440.7155.2629.8
Hex765B22017473629371e
Octal1661334202710766516736
Binary11101101011011100010010111100011111011010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765B22; }

 p { color: rgb(118,91,34); }

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

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

 a { background-color: rgb(118,91,34); }

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

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

 span { border-color: rgb(118,91,34); }

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