#784F6A

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

Shades of Cosmic #784F6A

Tints of Cosmic #784F6A

Color information

#784F6A (or 0x784F6A) is unknown color: approx Cosmic. HEX triplet: 78, 4F and 6A. RGB value is (120,79,106). Sum of RGB (Red+Green+Blue) = 120+79+106=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #784F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F6A is #87B095. Grayscale: #5E5E5E. Windows color (decimal): -8892566 or 6967160. OLE color: 6967160.

HSL color Cylindrical-coordinate representation of color #784F6A: hue angle of 320.49º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #784F6A is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12079106-
CMYK00.340.120.53
HSL320.49º20.6%39.02%-
HSV(B)320.49º34.17%47.06%-
XYZ13.1410.6314.99-
YUV94.34134.58146.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.34%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=39.34%
G=25.90%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207910600.340.120.53320.4920.639.02
Hex784F6A022C351401527
Octal17011715204214655002547
Binary1111000100111111010100100010110011010110100000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784F6A; }

 p { color: rgb(120,79,106); }

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

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

 a { background-color: rgb(120,79,106); }

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

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

 span { border-color: rgb(120,79,106); }

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