#7B5450

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

Shades of Buccaneer #7B5450

Tints of Buccaneer #7B5450

Color information

#7B5450 (or 0x7B5450) is unknown color: approx Buccaneer. HEX triplet: 7B, 54 and 50. RGB value is (123,84,80). Sum of RGB (Red+Green+Blue) = 123+84+80=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5450 is #84ABAF. Grayscale: #5F5F5F. Windows color (decimal): -8694704 or 5264507. OLE color: 5264507.

HSL color Cylindrical-coordinate representation of color #7B5450: hue angle of 5.58º 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 #7B5450 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1238480-
CMYK00.320.350.52
HSL5.58º21.18%39.8%-
HSV(B)5.58º34.96%48.24%-
XYZ12.7911.139.06-
YUV95.21119.42147.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=42.86%
G=29.27%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123848000.320.350.525.5821.1839.8
Hex7B5450020233461528
Octal173124120040436462550
Binary111101110101001010000010000010001111010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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