#795050

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

Shades of Buccaneer #795050

Tints of Buccaneer #795050

Color information

#795050 (or 0x795050) is unknown color: approx Buccaneer. HEX triplet: 79, 50 and 50. RGB value is (121,80,80). Sum of RGB (Red+Green+Blue) = 121+80+80=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #795050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795050 is #86AFAF. Grayscale: #5C5C5C. Windows color (decimal): -8826800 or 5263481. OLE color: 5263481.

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

Color convert

RGB1218080-
CMYK00.340.340.53
HSL20.4%39.41%-
HSV(B)33.88%47.45%-
XYZ12.210.388.95-
YUV92.26121.08148.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=43.06%
G=28.47%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121808000.340.340.53020.439.41
Hex795050022223501427
Octal171120120042426502447
Binary1111001101000010100000100010100010110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795050; }

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

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

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

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

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

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

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

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