#784365

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

Shades of Cosmic #784365

Tints of Cosmic #784365

Color information

#784365 (or 0x784365) is unknown color: approx Cosmic. HEX triplet: 78, 43 and 65. RGB value is (120,67,101). Sum of RGB (Red+Green+Blue) = 120+67+101=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #784365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784365 is #87BC9A. Grayscale: #565656. Windows color (decimal): -8895643 or 6636408. OLE color: 6636408.

HSL color Cylindrical-coordinate representation of color #784365: hue angle of 321.51º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784365 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12067101-
CMYK00.440.160.53
HSL321.51º28.34%36.67%-
HSV(B)321.51º44.17%47.06%-
XYZ12.18.9513.4-
YUV86.72136.06151.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=41.67%
G=23.26%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206710100.440.160.53321.5128.3436.67
Hex78436502C10351421c25
Octal17010314505420655023445
Binary11110001000011110010101011001000011010110100001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784365; }

 p { color: rgb(120,67,101); }

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

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

 a { background-color: rgb(120,67,101); }

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

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

 span { border-color: rgb(120,67,101); }

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