#7B5752

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

Shades of Buccaneer #7B5752

Tints of Buccaneer #7B5752

Color information

#7B5752 (or 0x7B5752) is unknown color: approx Buccaneer. HEX triplet: 7B, 57 and 52. RGB value is (123,87,82). Sum of RGB (Red+Green+Blue) = 123+87+82=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5752 is #84A8AD. Grayscale: #616161. Windows color (decimal): -8693934 or 5396347. OLE color: 5396347.

HSL color Cylindrical-coordinate representation of color #7B5752: hue angle of 7.32º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5752 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB1238782-
CMYK00.290.330.52
HSL7.32º20%40.2%-
HSV(B)7.32º33.33%48.24%-
XYZ13.111.649.54-
YUV97.19119.43146.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.12%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=42.12%
G=29.79%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123878200.290.330.527.322040.2
Hex7B575201D213471428
Octal173127122035416472450
Binary11110111010111101001001110110000111010011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5752; }

 p { color: rgb(123,87,82); }

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

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

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

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

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

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

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