Html Css Color HEX #78485C Cosmic

📋 copy color: '#78485C'

red 120 ◦ green 72 ◦ blue 92

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

Shades of Cosmic #78485C

Tints of Cosmic #78485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 42.25%
G = 25.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78485C (or 0x78485C) is known color: Cosmic. HEX triplet: 78, 48 and 5C. RGB value is (120,72,92). Sum of RGB (Red+Green+Blue) = 120+72+92=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78485C is #87B7A3. Grayscale: #585858. Windows color (decimal): -8894372 or 6047864. OLE color: 6047864.

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

Color convert

RGB 120 72 92 -
CMYK 0 0.40 0.23 0.53
HSL 335º 0.25% 0.38% -
HSV(B) 335º 0.4% 0.47% -
XYZ 11.99 9.4 11.31 -
YUV 88.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 120 72 92 0 0.40 0.23 0.53 335 0.25 0.38
Hex 78 48 5C 0 28 17 35 14F 19 26
Octal 170 110 134 0 50 27 65 517 31 46
Binary 1111000 1001000 1011100 0 101000 10111 110101 101001111 11001 100110

Color Harmonies of #78485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78485C

Black with #78485C

Text Example


Text Example

White with #78485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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