#765D2B

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

Shades of Horses Neck #765D2B

Tints of Horses Neck #765D2B

Color information

#765D2B (or 0x765D2B) is unknown color: approx Horses Neck. HEX triplet: 76, 5D and 2B. RGB value is (118,93,43). Sum of RGB (Red+Green+Blue) = 118+93+43=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #765D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D2B is #89A2D4. Grayscale: #5F5F5F. Windows color (decimal): -9020117 or 2841974. OLE color: 2841974.

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

Color convert

RGB1189343-
CMYK00.210.640.54
HSL40º46.58%31.57%-
HSV(B)40º63.56%46.27%-
XYZ11.8211.853.95-
YUV94.7898.78144.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=46.46%
G=36.61%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118934300.210.640.544046.5831.57
Hex765D2B0154036282f20
Octal1661355302510066505740
Binary111011010111011010110101011000000110110101000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,93,43); }

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

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

 a { background-color: rgb(118,93,43); }

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

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

 span { border-color: rgb(118,93,43); }

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