#785266

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

Shades of Cosmic #785266

Tints of Cosmic #785266

Color information

#785266 (or 0x785266) is unknown color: approx Cosmic. HEX triplet: 78, 52 and 66. RGB value is (120,82,102). Sum of RGB (Red+Green+Blue) = 120+82+102=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #785266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785266 is #87AD99. Grayscale: #5F5F5F. Windows color (decimal): -8891802 or 6705784. OLE color: 6705784.

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

Color convert

RGB12082102-
CMYK00.320.150.53
HSL328.42º18.81%39.61%-
HSV(B)328.42º31.67%47.06%-
XYZ13.1610.9914-
YUV95.64131.59145.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=39.47%
G=26.97%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208210200.320.150.53328.4218.8139.61
Hex785266020F351481328
Octal17012214604017655102350
Binary1111000101001011001100100000111111010110100100010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785266; }

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

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

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

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

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

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

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

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