#77524E

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

Shades of Buccaneer #77524E

Tints of Buccaneer #77524E

Color information

#77524E (or 0x77524E) is unknown color: approx Buccaneer. HEX triplet: 77, 52 and 4E. RGB value is (119,82,78). Sum of RGB (Red+Green+Blue) = 119+82+78=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77524E is #88ADB1. Grayscale: #5C5C5C. Windows color (decimal): -8957362 or 5132919. OLE color: 5132919.

HSL color Cylindrical-coordinate representation of color #77524E: hue angle of 5.85º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77524E is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1198278-
CMYK00.310.340.53
HSL5.85º20.81%38.63%-
HSV(B)5.85º34.45%46.67%-
XYZ1210.518.6-
YUV92.61119.76146.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=42.65%
G=29.39%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119827800.310.340.535.8520.8138.63
Hex77524E01F223561527
Octal167122116037426562547
Binary11101111010010100111001111110001011010111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77524E; }

 p { color: rgb(119,82,78); }

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

<style>
 a { background-color: #77524E; }

 a { background-color: rgb(119,82,78); }

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

<style>
 span { border-color: #77524E; }

 span { border-color: rgb(119,82,78); }

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