Html Css Color HEX #78455C Cosmic

📋 copy color: '#78455C'

red 120 ◦ green 69 ◦ blue 92

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

Shades of Cosmic #78455C

Tints of Cosmic #78455C

RGB

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

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

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

R = 42.7%
G = 24.56%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78455C (or 0x78455C) is known color: Cosmic. HEX triplet: 78, 45 and 5C. RGB value is (120,69,92). Sum of RGB (Red+Green+Blue) = 120+69+92=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78455C is #87BAA3. Grayscale: #565656. Windows color (decimal): -8895140 or 6047096. OLE color: 6047096.

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

Color convert

RGB 120 69 92 -
CMYK 0 0.42 0.23 0.53
HSL 332.94º 0.27% 0.37% -
HSV(B) 332.94º 0.43% 0.47% -
XYZ 11.81 9.02 11.24 -
YUV 86.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 120 69 92 0 0.42 0.23 0.53 332.94 0.27 0.37
Hex 78 45 5C 0 2A 17 35 14D 1B 25
Octal 170 105 134 0 52 27 65 515 33 45
Binary 1111000 1000101 1011100 0 101010 10111 110101 101001101 11011 100101

Color Harmonies of #78455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78455C

Black with #78455C

Text Example


Text Example

White with #78455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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