#77514D

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

Shades of Buccaneer #77514D

Tints of Buccaneer #77514D

Color information

#77514D (or 0x77514D) is unknown color: approx Buccaneer. HEX triplet: 77, 51 and 4D. RGB value is (119,81,77). Sum of RGB (Red+Green+Blue) = 119+81+77=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77514D is #88AEB2. Grayscale: #5B5B5B. Windows color (decimal): -8957619 or 5067127. OLE color: 5067127.

HSL color Cylindrical-coordinate representation of color #77514D: hue angle of 5.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77514D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1198177-
CMYK00.320.350.53
HSL5.71º21.43%38.43%-
HSV(B)5.71º35.29%46.67%-
XYZ11.8910.348.39-
YUV91.91119.59147.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=42.96%
G=29.24%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119817700.320.350.535.7121.4338.43
Hex77514D020233561526
Octal167121115040436562546
Binary111011110100011001101010000010001111010111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77514D; }

 p { color: rgb(119,81,77); }

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

<style>
 a { background-color: #77514D; }

 a { background-color: rgb(119,81,77); }

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

<style>
 span { border-color: #77514D; }

 span { border-color: rgb(119,81,77); }

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