Html Css Color HEX #78495B Cosmic

📋 copy color: '#78495B'

red 120 ◦ green 73 ◦ blue 91

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

Shades of Cosmic #78495B

Tints of Cosmic #78495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 42.25%
G = 25.7%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78495B (or 0x78495B) is known color: Cosmic. HEX triplet: 78, 49 and 5B. RGB value is (120,73,91). Sum of RGB (Red+Green+Blue) = 120+73+91=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78495B is #87B6A4. Grayscale: #595959. Windows color (decimal): -8894117 or 5982584. OLE color: 5982584.

HSL color Cylindrical-coordinate representation of color #78495B: hue angle of 337.02º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78495B is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 91 -
CMYK 0 0.39 0.24 0.53
HSL 337.02º 0.24% 0.38% -
HSV(B) 337.02º 0.39% 0.47% -
XYZ 12.02 9.51 11.1 -
YUV 89.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 120 73 91 0 0.39 0.24 0.53 337.02 0.24 0.38
Hex 78 49 5B 0 27 18 35 151 18 26
Octal 170 111 133 0 47 30 65 521 30 46
Binary 1111000 1001001 1011011 0 100111 11000 110101 101010001 11000 100110

Color Harmonies of #78495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78495B

Black with #78495B

Text Example


Text Example

White with #78495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78495B;
 }
 .AnyTagClassName
 {
   color: #78495B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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