#77504C

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

Shades of Buccaneer #77504C

Tints of Buccaneer #77504C

Color information

#77504C (or 0x77504C) is unknown color: approx Buccaneer. HEX triplet: 77, 50 and 4C. RGB value is (119,80,76). Sum of RGB (Red+Green+Blue) = 119+80+76=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77504C is #88AFB3. Grayscale: #5B5B5B. Windows color (decimal): -8957876 or 5001335. OLE color: 5001335.

HSL color Cylindrical-coordinate representation of color #77504C: hue angle of 5.58º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77504C is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1198076-
CMYK00.330.360.53
HSL5.58º22.05%38.24%-
HSV(B)5.58º36.13%46.67%-
XYZ11.7810.188.18-
YUV91.2119.42147.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=43.27%
G=29.09%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119807600.330.360.535.5822.0538.24
Hex77504C021243561626
Octal167120114041446562646
Binary111011110100001001100010000110010011010111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77504C; }

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

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

<style>
 a { background-color: #77504C; }

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

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

<style>
 span { border-color: #77504C; }

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

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