#795266

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

Shades of Cosmic #795266

Tints of Cosmic #795266

Color information

#795266 (or 0x795266) is unknown color: approx Cosmic. HEX triplet: 79, 52 and 66. RGB value is (121,82,102). Sum of RGB (Red+Green+Blue) = 121+82+102=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 121 - color contains mainly: red. Hex color #795266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795266 is #86AD99. Grayscale: #5F5F5F. Windows color (decimal): -8826266 or 6705785. OLE color: 6705785.

HSL color Cylindrical-coordinate representation of color #795266: hue angle of 329.23º 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 #795266 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12182102-
CMYK00.320.160.53
HSL329.23º19.21%39.8%-
HSV(B)329.23º32.23%47.45%-
XYZ13.311.0614-
YUV95.94131.42145.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=39.67%
G=26.89%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218210200.320.160.53329.2319.2139.8
Hex79526602010351491328
Octal17112214604020655112350
Binary11110011010010110011001000001000011010110100100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795266; }

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

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

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

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

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

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

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

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