#765352

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

Shades of Buccaneer #765352

Tints of Buccaneer #765352

Color information

#765352 (or 0x765352) is unknown color: approx Buccaneer. HEX triplet: 76, 53 and 52. RGB value is (118,83,82). Sum of RGB (Red+Green+Blue) = 118+83+82=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765352 is #89ACAD. Grayscale: #5D5D5D. Windows color (decimal): -9022638 or 5395318. OLE color: 5395318.

HSL color Cylindrical-coordinate representation of color #765352: hue angle of 1.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 #765352 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1188382-
CMYK00.300.310.54
HSL1.67º18%39.22%-
HSV(B)1.67º30.51%46.27%-
XYZ12.0910.659.4-
YUV93.35121.6145.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=41.70%
G=29.33%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118838200.300.310.541.671839.22
Hex76535201E1F3621227
Octal166123122036376622247
Binary111011010100111010010011110111111101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765352; }

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

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

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

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

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

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

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

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