#78435C

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

Shades of Cosmic #78435C

Tints of Cosmic #78435C

Color information

#78435C (or 0x78435C) is unknown color: approx Cosmic. HEX triplet: 78, 43 and 5C. RGB value is (120,67,92). Sum of RGB (Red+Green+Blue) = 120+67+92=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78435C is #87BCA3. Grayscale: #555555. Windows color (decimal): -8895652 or 6046584. OLE color: 6046584.

HSL color Cylindrical-coordinate representation of color #78435C: hue angle of 331.7º 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 #78435C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1206792-
CMYK00.440.230.53
HSL331.7º28.34%36.67%-
HSV(B)331.7º44.17%47.06%-
XYZ11.688.7811.2-
YUV85.7131.56152.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=43.01%
G=24.01%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120679200.440.230.53331.728.3436.67
Hex78435C02C173514c1c25
Octal17010313405427655143445
Binary11110001000011101110001011001011111010110100110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78435C; }

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

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

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

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

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

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

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

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