#77524B

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

Shades of Buccaneer #77524B

Tints of Buccaneer #77524B

Color information

#77524B (or 0x77524B) is unknown color: approx Buccaneer. HEX triplet: 77, 52 and 4B. RGB value is (119,82,75). Sum of RGB (Red+Green+Blue) = 119+82+75=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77524B is #88ADB4. Grayscale: #5C5C5C. Windows color (decimal): -8957365 or 4936311. OLE color: 4936311.

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

Color convert

RGB1198275-
CMYK00.310.370.53
HSL9.55º22.68%38.04%-
HSV(B)9.55º36.97%46.67%-
XYZ11.910.468.05-
YUV92.26118.26147.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=43.12%
G=29.71%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119827500.310.370.539.5522.6838.04
Hex77524B01F2535a1726
Octal1671221130374565122746
Binary111011110100101001011011111100101110101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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