#765453

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

Shades of Buccaneer #765453

Tints of Buccaneer #765453

Color information

#765453 (or 0x765453) is unknown color: approx Buccaneer. HEX triplet: 76, 54 and 53. RGB value is (118,84,83). Sum of RGB (Red+Green+Blue) = 118+84+83=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #765453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765453 is #89ABAC. Grayscale: #5E5E5E. Windows color (decimal): -9022381 or 5461110. OLE color: 5461110.

HSL color Cylindrical-coordinate representation of color #765453: hue angle of 1.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765453 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1188483-
CMYK00.290.300.54
HSL1.71º17.41%39.41%-
HSV(B)1.71º29.66%46.27%-
XYZ12.210.829.63-
YUV94.05121.76145.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=41.40%
G=29.47%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118848300.290.300.541.7117.4139.41
Hex76545301D1E3621127
Octal166124123035366622147
Binary111011010101001010011011101111101101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765453; }

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

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

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

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

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

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

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

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