#765952

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

Shades of Buccaneer #765952

Tints of Buccaneer #765952

Color information

#765952 (or 0x765952) is unknown color: approx Buccaneer. HEX triplet: 76, 59 and 52. RGB value is (118,89,82). Sum of RGB (Red+Green+Blue) = 118+89+82=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765952 is #89A6AD. Grayscale: #606060. Windows color (decimal): -9021102 or 5396854. OLE color: 5396854.

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

Color convert

RGB1188982-
CMYK00.250.310.54
HSL11.67º18%39.22%-
HSV(B)11.67º30.51%46.27%-
XYZ12.5711.619.56-
YUV96.87119.61143.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=40.83%
G=30.80%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118898200.250.310.5411.671839.22
Hex7659520191F36c1227
Octal1661311220313766142247
Binary11101101011001101001001100111111110110110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765952; }

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

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

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

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

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

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

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

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