#785C67

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

Shades of Cosmic #785C67

Tints of Cosmic #785C67

Color information

#785C67 (or 0x785C67) is unknown color: approx Cosmic. HEX triplet: 78, 5C and 67. RGB value is (120,92,103). Sum of RGB (Red+Green+Blue) = 120+92+103=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #785C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C67 is #87A398. Grayscale: #656565. Windows color (decimal): -8889241 or 6773880. OLE color: 6773880.

HSL color Cylindrical-coordinate representation of color #785C67: hue angle of 336.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785C67 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12092103-
CMYK00.230.140.53
HSL336.43º13.21%41.57%-
HSV(B)336.43º23.33%47.06%-
XYZ14.0212.6314.53-
YUV101.63128.78141.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=38.10%
G=29.21%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209210300.230.140.53336.4313.2141.57
Hex785C67017E35150d2a
Octal17013414702716655201552
Binary11110001011100110011101011111101101011010100001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785C67; }

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

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

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

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

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

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

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

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