#795A55

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

Shades of Buccaneer #795A55

Tints of Buccaneer #795A55

Color information

#795A55 (or 0x795A55) is unknown color: approx Buccaneer. HEX triplet: 79, 5A and 55. RGB value is (121,90,85). Sum of RGB (Red+Green+Blue) = 121+90+85=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #795A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A55 is #86A5AA. Grayscale: #626262. Windows color (decimal): -8824235 or 5593721. OLE color: 5593721.

HSL color Cylindrical-coordinate representation of color #795A55: hue angle of 8.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #795A55 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1219085-
CMYK00.260.300.53
HSL8.33º17.48%40.39%-
HSV(B)8.33º29.75%47.45%-
XYZ13.1812.0310.22-
YUV98.7120.27143.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=40.88%
G=30.41%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121908500.260.300.538.3317.4840.39
Hex795A5501A1E3581128
Octal1711321250323665102150
Binary11110011011010101010101101011110110101100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795A55; }

 p { color: rgb(121,90,85); }

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

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

 a { background-color: rgb(121,90,85); }

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

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

 span { border-color: rgb(121,90,85); }

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