#775850

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

Shades of Buccaneer #775850

Tints of Buccaneer #775850

Color information

#775850 (or 0x775850) is unknown color: approx Buccaneer. HEX triplet: 77, 58 and 50. RGB value is (119,88,80). Sum of RGB (Red+Green+Blue) = 119+88+80=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775850 is #88A7AF. Grayscale: #606060. Windows color (decimal): -8955824 or 5265527. OLE color: 5265527.

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

Color convert

RGB1198880-
CMYK00.260.330.53
HSL12.31º19.6%39.02%-
HSV(B)12.31º32.77%46.67%-
XYZ12.5511.489.14-
YUV96.36118.77144.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=41.46%
G=30.66%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119888000.260.330.5312.3119.639.02
Hex77585001A2135c1427
Octal1671301200324165142447
Binary111011110110001010000011010100001110101110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775850; }

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

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

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

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

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

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

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

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