Html Css Color HEX #78496B Cosmic

📋 copy color: '#78496B'

red 120 ◦ green 73 ◦ blue 107

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

Shades of Cosmic #78496B

Tints of Cosmic #78496B

RGB

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

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

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

R = 40%
G = 24.33%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78496B (or 0x78496B) is known color: Cosmic. HEX triplet: 78, 49 and 6B. RGB value is (120,73,107). Sum of RGB (Red+Green+Blue) = 120+73+107=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78496B is #87B694. Grayscale: #5A5A5A. Windows color (decimal): -8894101 or 7031160. OLE color: 7031160.

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

Color convert

RGB 120 73 107 -
CMYK 0 0.39 0.11 0.53
HSL 316.6º 0.24% 0.38% -
HSV(B) 316.6º 0.39% 0.47% -
XYZ 12.78 9.82 15.13 -
YUV 90.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 120 73 107 0 0.39 0.11 0.53 316.6 0.24 0.38
Hex 78 49 6B 0 27 B 35 13D 18 26
Octal 170 111 153 0 47 13 65 475 30 46
Binary 1111000 1001001 1101011 0 100111 1011 110101 100111101 11000 100110

Color Harmonies of #78496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78496B

Black with #78496B

Text Example


Text Example

White with #78496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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