#77504B

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

Shades of Buccaneer #77504B

Tints of Buccaneer #77504B

Color information

#77504B (or 0x77504B) is unknown color: approx Buccaneer. HEX triplet: 77, 50 and 4B. RGB value is (119,80,75). Sum of RGB (Red+Green+Blue) = 119+80+75=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #77504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77504B is #88AFB4. Grayscale: #5B5B5B. Windows color (decimal): -8957877 or 4935799. OLE color: 4935799.

HSL color Cylindrical-coordinate representation of color #77504B: hue angle of 6.82º 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 #77504B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1198075-
CMYK00.330.370.53
HSL6.82º22.68%38.04%-
HSV(B)6.82º36.97%46.67%-
XYZ11.7510.178-
YUV91.09118.92147.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=43.43%
G=29.20%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119807500.330.370.536.8222.6838.04
Hex77504B021253571726
Octal167120113041456572746
Binary111011110100001001011010000110010111010111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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