#7B5452

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

Shades of Buccaneer #7B5452

Tints of Buccaneer #7B5452

Color information

#7B5452 (or 0x7B5452) is unknown color: approx Buccaneer. HEX triplet: 7B, 54 and 52. RGB value is (123,84,82). Sum of RGB (Red+Green+Blue) = 123+84+82=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5452 is #84ABAD. Grayscale: #5F5F5F. Windows color (decimal): -8694702 or 5395579. OLE color: 5395579.

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

Color convert

RGB1238482-
CMYK00.320.330.52
HSL2.93º20%40.2%-
HSV(B)2.93º33.33%48.24%-
XYZ12.8611.169.46-
YUV95.43120.42147.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.56%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=42.56%
G=29.07%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123848200.320.330.522.932040.2
Hex7B5452020213431428
Octal173124122040416432450
Binary11110111010100101001001000001000011101001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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