Html Css Color HEX #78486B Cosmic

📋 copy color: '#78486B'

red 120 ◦ green 72 ◦ blue 107

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

Shades of Cosmic #78486B

Tints of Cosmic #78486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 40.13%
G = 24.08%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78486B (or 0x78486B) is known color: Cosmic. HEX triplet: 78, 48 and 6B. RGB value is (120,72,107). Sum of RGB (Red+Green+Blue) = 120+72+107=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78486B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78486B is #87B794. Grayscale: #5A5A5A. Windows color (decimal): -8894357 or 7030904. OLE color: 7030904.

HSL color Cylindrical-coordinate representation of color #78486B: hue angle of 316.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 #78486B is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 107 -
CMYK 0 0.40 0.11 0.53
HSL 316.25º 0.25% 0.38% -
HSV(B) 316.25º 0.4% 0.47% -
XYZ 12.72 9.69 15.11 -
YUV 90.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 120 72 107 0 0.40 0.11 0.53 316.25 0.25 0.38
Hex 78 48 6B 0 28 B 35 13C 19 26
Octal 170 110 153 0 50 13 65 474 31 46
Binary 1111000 1001000 1101011 0 101000 1011 110101 100111100 11001 100110

Color Harmonies of #78486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78486B

Black with #78486B

Text Example


Text Example

White with #78486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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