#75504C

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

Shades of Buccaneer #75504C

Tints of Buccaneer #75504C

Color information

#75504C (or 0x75504C) is unknown color: approx Buccaneer. HEX triplet: 75, 50 and 4C. RGB value is (117,80,76). Sum of RGB (Red+Green+Blue) = 117+80+76=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75504C is #8AAFB3. Grayscale: #5A5A5A. Windows color (decimal): -9088948 or 5001333. OLE color: 5001333.

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

Color convert

RGB1178076-
CMYK00.320.350.54
HSL5.85º21.24%37.84%-
HSV(B)5.85º35.04%45.88%-
XYZ11.5110.048.17-
YUV90.61119.76146.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=42.86%
G=29.30%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117807600.320.350.545.8521.2437.84
Hex75504C020233661526
Octal165120114040436662546
Binary111010110100001001100010000010001111011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75504C; }

 p { color: rgb(117,80,76); }

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

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

 a { background-color: rgb(117,80,76); }

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

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

 span { border-color: rgb(117,80,76); }

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