#775952

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

Shades of Buccaneer #775952

Tints of Buccaneer #775952

Color information

#775952 (or 0x775952) is unknown color: approx Buccaneer. HEX triplet: 77, 59 and 52. RGB value is (119,89,82). Sum of RGB (Red+Green+Blue) = 119+89+82=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775952 is #88A6AD. Grayscale: #616161. Windows color (decimal): -8955566 or 5396855. OLE color: 5396855.

HSL color Cylindrical-coordinate representation of color #775952: hue angle of 11.35º 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 #775952 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1198982-
CMYK00.250.310.53
HSL11.35º18.41%39.41%-
HSV(B)11.35º31.09%46.67%-
XYZ12.711.689.57-
YUV97.17119.44143.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=41.03%
G=30.69%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119898200.250.310.5311.3518.4139.41
Hex7759520191F35b1227
Octal1671311220313765132247
Binary11101111011001101001001100111111110101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775952; }

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

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

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

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

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

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

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

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