#785367

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

Shades of Cosmic #785367

Tints of Cosmic #785367

Color information

#785367 (or 0x785367) is unknown color: approx Cosmic. HEX triplet: 78, 53 and 67. RGB value is (120,83,103). Sum of RGB (Red+Green+Blue) = 120+83+103=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #785367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785367 is #87AC98. Grayscale: #606060. Windows color (decimal): -8891545 or 6771576. OLE color: 6771576.

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

Color convert

RGB12083103-
CMYK00.310.140.53
HSL327.57º18.23%39.8%-
HSV(B)327.57º30.83%47.06%-
XYZ13.2911.1614.29-
YUV96.34131.76144.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=39.22%
G=27.12%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208310300.310.140.53327.5718.2339.8
Hex78536701FE351481228
Octal17012314703716655102250
Binary111100010100111100111011111111011010110100100010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785367; }

 p { color: rgb(120,83,103); }

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

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

 a { background-color: rgb(120,83,103); }

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

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

 span { border-color: rgb(120,83,103); }

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