#7B504C

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

Shades of Buccaneer #7B504C

Tints of Buccaneer #7B504C

Color information

#7B504C (or 0x7B504C) is unknown color: approx Buccaneer. HEX triplet: 7B, 50 and 4C. RGB value is (123,80,76). Sum of RGB (Red+Green+Blue) = 123+80+76=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B504C is #84AFB3. Grayscale: #5C5C5C. Windows color (decimal): -8695732 or 5001339. OLE color: 5001339.

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

Color convert

RGB1238076-
CMYK00.350.380.52
HSL5.11º23.62%39.02%-
HSV(B)5.11º38.21%48.24%-
XYZ12.3410.478.21-
YUV92.4118.75149.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=44.09%
G=28.67%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123807600.350.380.525.1123.6239.02
Hex7B504C023263451827
Octal173120114043466453047
Binary111101110100001001100010001110011011010010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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