#795757

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

Shades of Buccaneer #795757

Tints of Buccaneer #795757

Color information

#795757 (or 0x795757) is unknown color: approx Buccaneer. HEX triplet: 79, 57 and 57. RGB value is (121,87,87). Sum of RGB (Red+Green+Blue) = 121+87+87=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #795757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795757 is #86A8A8. Grayscale: #616161. Windows color (decimal): -8825001 or 5724025. OLE color: 5724025.

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

Color convert

RGB1218787-
CMYK00.280.280.53
HSL16.35%40.78%-
HSV(B)28.1%47.45%-
XYZ13.0111.5710.56-
YUV97.17122.26145-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=41.02%
G=29.49%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121878700.280.280.53016.3540.78
Hex79575701C1C3501029
Octal171127127034346502051
Binary11110011010111101011101110011100110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795757; }

 p { color: rgb(121,87,87); }

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

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

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

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

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

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

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