#765450

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

Shades of Buccaneer #765450

Tints of Buccaneer #765450

Color information

#765450 (or 0x765450) is unknown color: approx Buccaneer. HEX triplet: 76, 54 and 50. RGB value is (118,84,80). Sum of RGB (Red+Green+Blue) = 118+84+80=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #765450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765450 is #89ABAF. Grayscale: #5D5D5D. Windows color (decimal): -9022384 or 5264502. OLE color: 5264502.

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

Color convert

RGB1188480-
CMYK00.290.320.54
HSL6.32º19.19%38.82%-
HSV(B)6.32º32.2%46.27%-
XYZ12.0910.779.03-
YUV93.71120.26145.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=41.84%
G=29.79%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118848000.290.320.546.3219.1938.82
Hex76545001D203661327
Octal166124120035406662347
Binary11101101010100101000001110110000011011011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765450; }

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

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

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

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

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

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

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

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