#77504A

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

Shades of Buccaneer #77504A

Tints of Buccaneer #77504A

Color information

#77504A (or 0x77504A) is unknown color: approx Buccaneer. HEX triplet: 77, 50 and 4A. RGB value is (119,80,74). Sum of RGB (Red+Green+Blue) = 119+80+74=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #77504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77504A is #88AFB5. Grayscale: #5B5B5B. Windows color (decimal): -8957878 or 4870263. OLE color: 4870263.

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

Color convert

RGB1198074-
CMYK00.330.380.53
HSL23.32%37.84%-
HSV(B)37.82%46.67%-
XYZ11.7110.157.82-
YUV90.98118.42147.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=43.59%
G=29.30%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119807400.330.380.53823.3237.84
Hex77504A021263581726
Octal1671201120414665102746
Binary1110111101000010010100100001100110110101100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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