#7B5853

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

Shades of Buccaneer #7B5853

Tints of Buccaneer #7B5853

Color information

#7B5853 (or 0x7B5853) is unknown color: approx Buccaneer. HEX triplet: 7B, 58 and 53. RGB value is (123,88,83). Sum of RGB (Red+Green+Blue) = 123+88+83=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5853 is #84A7AC. Grayscale: #616161. Windows color (decimal): -8693677 or 5462139. OLE color: 5462139.

HSL color Cylindrical-coordinate representation of color #7B5853: hue angle of 7.5º degrees, saturation: 0.19, 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 #7B5853 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB1238883-
CMYK00.280.330.52
HSL7.5º19.42%40.39%-
HSV(B)7.5º32.52%48.24%-
XYZ13.2211.819.77-
YUV97.9119.6145.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.84%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=41.84%
G=29.93%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123888300.280.330.527.519.4240.39
Hex7B585301C213481328
Octal1731301230344164102350
Binary111101110110001010011011100100001110100100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,88,83); }

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

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

 a { background-color: rgb(123,88,83); }

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

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

 span { border-color: rgb(123,88,83); }

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