#76504B

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

Shades of Buccaneer #76504B

Tints of Buccaneer #76504B

Color information

#76504B (or 0x76504B) is unknown color: approx Buccaneer. HEX triplet: 76, 50 and 4B. RGB value is (118,80,75). Sum of RGB (Red+Green+Blue) = 118+80+75=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #76504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76504B is #89AFB4. Grayscale: #5A5A5A. Windows color (decimal): -9023413 or 4935798. OLE color: 4935798.

HSL color Cylindrical-coordinate representation of color #76504B: hue angle of 6.98º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76504B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1188075-
CMYK00.320.360.54
HSL6.98º22.28%37.84%-
HSV(B)6.98º36.44%46.27%-
XYZ11.6110.17.99-
YUV90.79119.09147.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=43.22%
G=29.30%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118807500.320.360.546.9822.2837.84
Hex76504B020243671626
Octal166120113040446672646
Binary111011010100001001011010000010010011011011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76504B; }

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

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

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

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

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

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

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

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