#795654

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

Shades of Buccaneer #795654

Tints of Buccaneer #795654

Color information

#795654 (or 0x795654) is unknown color: approx Buccaneer. HEX triplet: 79, 56 and 54. RGB value is (121,86,84). Sum of RGB (Red+Green+Blue) = 121+86+84=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #795654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795654 is #86A9AB. Grayscale: #606060. Windows color (decimal): -8825260 or 5527161. OLE color: 5527161.

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

Color convert

RGB1218684-
CMYK00.290.310.53
HSL3.24º18.05%40.2%-
HSV(B)3.24º30.58%47.45%-
XYZ12.8111.369.9-
YUV96.24121.1145.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.58%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 84 (33.20% from 255) = 28.87%
R=41.58%
G=29.55%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121868400.290.310.533.2418.0540.2
Hex79565401D1F3531228
Octal171126124035376532250
Binary111100110101101010100011101111111101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795654; }

 p { color: rgb(121,86,84); }

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

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

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

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

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

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

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