#78435B

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

Shades of Cosmic #78435B

Tints of Cosmic #78435B

Color information

#78435B (or 0x78435B) is unknown color: approx Cosmic. HEX triplet: 78, 43 and 5B. RGB value is (120,67,91). Sum of RGB (Red+Green+Blue) = 120+67+91=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78435B is #87BCA4. Grayscale: #555555. Windows color (decimal): -8895653 or 5981048. OLE color: 5981048.

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

Color convert

RGB1206791-
CMYK00.440.240.53
HSL332.83º28.34%36.67%-
HSV(B)332.83º44.17%47.06%-
XYZ11.648.7610.98-
YUV85.58131.06152.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=43.17%
G=24.10%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120679100.440.240.53332.8328.3436.67
Hex78435B02C183514d1c25
Octal17010313305430655153445
Binary11110001000011101101101011001100011010110100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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