#775252

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

Shades of Buccaneer #775252

Tints of Buccaneer #775252

Color information

#775252 (or 0x775252) is unknown color: approx Buccaneer. HEX triplet: 77, 52 and 52. RGB value is (119,82,82). Sum of RGB (Red+Green+Blue) = 119+82+82=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #775252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775252 is #88ADAD. Grayscale: #5D5D5D. Windows color (decimal): -8957358 or 5395063. OLE color: 5395063.

HSL color Cylindrical-coordinate representation of color #775252: hue angle of 0º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #775252 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1198282-
CMYK00.310.310.53
HSL18.41%39.41%-
HSV(B)31.09%46.67%-
XYZ12.1510.579.38-
YUV93.06121.76146.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=42.05%
G=28.98%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119828200.310.310.53018.4139.41
Hex77525201F1F3501227
Octal167122122037376502247
Binary11101111010010101001001111111111110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775252; }

 p { color: rgb(119,82,82); }

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

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

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

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

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

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

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