#795265

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

Shades of Cosmic #795265

Tints of Cosmic #795265

Color information

#795265 (or 0x795265) is unknown color: approx Cosmic. HEX triplet: 79, 52 and 65. RGB value is (121,82,101). Sum of RGB (Red+Green+Blue) = 121+82+101=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #795265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795265 is #86AD9A. Grayscale: #5F5F5F. Windows color (decimal): -8826267 or 6640249. OLE color: 6640249.

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

Color convert

RGB12182101-
CMYK00.320.170.53
HSL330.77º19.21%39.8%-
HSV(B)330.77º32.23%47.45%-
XYZ13.2511.0413.74-
YUV95.83130.92145.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=39.80%
G=26.97%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218210100.320.170.53330.7719.2139.8
Hex795265020113514b1328
Octal17112214504021655132350
Binary11110011010010110010101000001000111010110100101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795265; }

 p { color: rgb(121,82,101); }

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

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

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

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

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

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

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