#775652

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

Shades of Buccaneer #775652

Tints of Buccaneer #775652

Color information

#775652 (or 0x775652) is unknown color: approx Buccaneer. HEX triplet: 77, 56 and 52. RGB value is (119,86,82). Sum of RGB (Red+Green+Blue) = 119+86+82=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775652 is #88A9AD. Grayscale: #5F5F5F. Windows color (decimal): -8956334 or 5396087. OLE color: 5396087.

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

Color convert

RGB1198682-
CMYK00.280.310.53
HSL6.49º18.41%39.41%-
HSV(B)6.49º31.09%46.67%-
XYZ12.4611.199.49-
YUV95.41120.43144.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=41.46%
G=29.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119868200.280.310.536.4918.4139.41
Hex77565201C1F3561227
Octal167126122034376562247
Binary1110111101011010100100111001111111010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775652; }

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

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

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

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

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

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

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

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