#795B6B

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

Shades of Cosmic #795B6B

Tints of Cosmic #795B6B

Color information

#795B6B (or 0x795B6B) is unknown color: approx Cosmic. HEX triplet: 79, 5B and 6B. RGB value is (121,91,107). Sum of RGB (Red+Green+Blue) = 121+91+107=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #795B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B6B is #86A494. Grayscale: #656565. Windows color (decimal): -8823957 or 7035769. OLE color: 7035769.

HSL color Cylindrical-coordinate representation of color #795B6B: hue angle of 328º 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 #795B6B is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12191107-
CMYK00.250.120.53
HSL328º14.15%41.57%-
HSV(B)328º24.79%47.45%-
XYZ14.2812.6115.59-
YUV101.79130.94141.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=37.93%
G=28.53%
B=33.54%

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
Decimal1219110700.250.120.5332814.1541.57
Hex795B6B019C35148e2a
Octal17113315303114655101652
Binary11110011011011110101101100111001101011010010001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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