#7B4E4C

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

Shades of Buccaneer #7B4E4C

Tints of Buccaneer #7B4E4C

Color information

#7B4E4C (or 0x7B4E4C) is unknown color: approx Buccaneer. HEX triplet: 7B, 4E and 4C. RGB value is (123,78,76). Sum of RGB (Red+Green+Blue) = 123+78+76=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4E4C is #84B1B3. Grayscale: #5B5B5B. Windows color (decimal): -8696244 or 5000827. OLE color: 5000827.

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

Color convert

RGB1237876-
CMYK00.370.380.52
HSL2.55º23.62%39.02%-
HSV(B)2.55º38.21%48.24%-
XYZ12.210.188.16-
YUV91.23119.41150.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.40%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=44.40%
G=28.16%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123787600.370.380.522.5523.6239.02
Hex7B4E4C025263431827
Octal173116114045466433047
Binary11110111001110100110001001011001101101001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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