#7B524E

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

Shades of Buccaneer #7B524E

Tints of Buccaneer #7B524E

Color information

#7B524E (or 0x7B524E) is unknown color: approx Buccaneer. HEX triplet: 7B, 52 and 4E. RGB value is (123,82,78). Sum of RGB (Red+Green+Blue) = 123+82+78=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B524E is #84ADB1. Grayscale: #5D5D5D. Windows color (decimal): -8695218 or 5132923. OLE color: 5132923.

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

Color convert

RGB1238278-
CMYK00.330.370.52
HSL5.33º22.39%39.41%-
HSV(B)5.33º36.59%48.24%-
XYZ12.5610.88.63-
YUV93.8119.08148.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.46%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=43.46%
G=28.98%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123827800.330.370.525.3322.3939.41
Hex7B524E021253451627
Octal173122116041456452647
Binary111101110100101001110010000110010111010010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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