Html Css Color HEX #78455B Cosmic

📋 copy color: '#78455B'

red 120 ◦ green 69 ◦ blue 91

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

Shades of Cosmic #78455B

Tints of Cosmic #78455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 42.86%
G = 24.64%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78455B (or 0x78455B) is known color: Cosmic. HEX triplet: 78, 45 and 5B. RGB value is (120,69,91). Sum of RGB (Red+Green+Blue) = 120+69+91=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78455B is #87BAA4. Grayscale: #565656. Windows color (decimal): -8895141 or 5981560. OLE color: 5981560.

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

Color convert

RGB 120 69 91 -
CMYK 0 0.42 0.24 0.53
HSL 334.12º 0.27% 0.37% -
HSV(B) 334.12º 0.43% 0.47% -
XYZ 11.76 9 11.02 -
YUV 86.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 120 69 91 0 0.42 0.24 0.53 334.12 0.27 0.37
Hex 78 45 5B 0 2A 18 35 14E 1B 25
Octal 170 105 133 0 52 30 65 516 33 45
Binary 1111000 1000101 1011011 0 101010 11000 110101 101001110 11011 100101

Color Harmonies of #78455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78455B

Black with #78455B

Text Example


Text Example

White with #78455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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