#795F6E

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

Shades of Cosmic #795F6E

Tints of Cosmic #795F6E

Color information

#795F6E (or 0x795F6E) is unknown color: approx Cosmic. HEX triplet: 79, 5F and 6E. RGB value is (121,95,110). Sum of RGB (Red+Green+Blue) = 121+95+110=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #795F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F6E is #86A091. Grayscale: #686868. Windows color (decimal): -8822930 or 7233401. OLE color: 7233401.

HSL color Cylindrical-coordinate representation of color #795F6E: hue angle of 325.38º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #795F6E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12195110-
CMYK00.210.090.53
HSL325.38º12.04%42.35%-
HSV(B)325.38º21.49%47.45%-
XYZ14.7913.3816.55-
YUV104.48131.11139.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=37.12%
G=29.14%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219511000.210.090.53325.3812.0442.35
Hex795F6E015935145c2a
Octal17113715602511655051452
Binary11110011011111110111001010110011101011010001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,95,110); }

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

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

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

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

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

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

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