Html Css Color HEX #78485F Cosmic

📋 copy color: '#78485F'

red 120 ◦ green 72 ◦ blue 95

#78485F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #78485F

Tints of Cosmic #78485F

RGB

 RED value IS 120 (47.27% from 255) = 41.81%

 GREEN value IS 72 (28.52% from 255) = 25.09%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 41.81%
G = 25.09%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78485F (or 0x78485F) is known color: Cosmic. HEX triplet: 78, 48 and 5F. RGB value is (120,72,95). Sum of RGB (Red+Green+Blue) = 120+72+95=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #78485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78485F is #87B7A0. Grayscale: #585858. Windows color (decimal): -8894369 or 6244472. OLE color: 6244472.

HSL color Cylindrical-coordinate representation of color #78485F: hue angle of 331.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78485F is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 95 -
CMYK 0 0.40 0.21 0.53
HSL 331.25º 0.25% 0.38% -
HSV(B) 331.25º 0.4% 0.47% -
XYZ 12.13 9.45 12.01 -
YUV 88.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 120 72 95 0 0.40 0.21 0.53 331.25 0.25 0.38
Hex 78 48 5F 0 28 15 35 14B 19 26
Octal 170 110 137 0 50 25 65 513 31 46
Binary 1111000 1001000 1011111 0 101000 10101 110101 101001011 11001 100110

Color Harmonies of #78485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78485F

Black with #78485F

Text Example


Text Example

White with #78485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78485F; }

 p { color: rgb(120,72,95); }

 H1.HeaderClassName
 {
   color: #78485F;
 }
 .AnyTagClassName
 {
   color: #78485F;
 }
</style>

background-color css

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

 a { background-color: rgb(120,72,95); }

 div.DivClassName
 {
   background-color: #78485F;
 }
 .BgClassName
 {
   background-color: #78485F;
 }
</style>

border-color css

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

 span { border-color: rgb(120,72,95); }

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