#765C2D

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

Shades of Horses Neck #765C2D

Tints of Horses Neck #765C2D

Color information

#765C2D (or 0x765C2D) is unknown color: approx Horses Neck. HEX triplet: 76, 5C and 2D. RGB value is (118,92,45). Sum of RGB (Red+Green+Blue) = 118+92+45=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #765C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C2D is #89A3D2. Grayscale: #5E5E5E. Windows color (decimal): -9020371 or 2972790. OLE color: 2972790.

HSL color Cylindrical-coordinate representation of color #765C2D: hue angle of 38.63º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #765C2D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1189245-
CMYK00.220.620.54
HSL38.63º44.79%31.96%-
HSV(B)38.63º61.86%46.27%-
XYZ11.7711.74.12-
YUV94.42100.11144.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=46.27%
G=36.08%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118924500.220.620.5438.6344.7931.96
Hex765C2D0163E36272d20
Octal166134550267666475540
Binary11101101011100101101010110111110110110100111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,92,45); }

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

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

 a { background-color: rgb(118,92,45); }

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

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

 span { border-color: rgb(118,92,45); }

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