#795B6A

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

Shades of Cosmic #795B6A

Tints of Cosmic #795B6A

Color information

#795B6A (or 0x795B6A) is unknown color: approx Cosmic. HEX triplet: 79, 5B and 6A. RGB value is (121,91,106). Sum of RGB (Red+Green+Blue) = 121+91+106=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #795B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B6A is #86A495. Grayscale: #656565. Windows color (decimal): -8823958 or 6970233. OLE color: 6970233.

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

Color convert

RGB12191106-
CMYK00.250.120.53
HSL330º14.15%41.57%-
HSV(B)330º24.79%47.45%-
XYZ14.2312.5915.32-
YUV101.68130.44141.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=38.05%
G=28.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219110600.250.120.5333014.1541.57
Hex795B6A019C3514ae2a
Octal17113315203114655121652
Binary11110011011011110101001100111001101011010010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,91,106); }

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

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

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

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

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

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

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