#7B5550

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

Shades of Buccaneer #7B5550

Tints of Buccaneer #7B5550

Color information

#7B5550 (or 0x7B5550) is unknown color: approx Buccaneer. HEX triplet: 7B, 55 and 50. RGB value is (123,85,80). Sum of RGB (Red+Green+Blue) = 123+85+80=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5550 is #84AAAF. Grayscale: #5F5F5F. Windows color (decimal): -8694448 or 5264763. OLE color: 5264763.

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

Color convert

RGB1238580-
CMYK00.310.350.52
HSL6.98º21.18%39.8%-
HSV(B)6.98º34.96%48.24%-
XYZ12.8611.299.09-
YUV95.79119.09147.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=42.71%
G=29.51%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123858000.310.350.526.9821.1839.8
Hex7B555001F233471528
Octal173125120037436472550
Binary11110111010101101000001111110001111010011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,85,80); }

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

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

 a { background-color: rgb(123,85,80); }

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

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

 span { border-color: rgb(123,85,80); }

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