Html Css Color HEX #78506A Cosmic

📋 copy color: '#78506A'

red 120 ◦ green 80 ◦ blue 106

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

Shades of Cosmic #78506A

Tints of Cosmic #78506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 39.22%
G = 26.14%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78506A (or 0x78506A) is known color: Cosmic. HEX triplet: 78, 50 and 6A. RGB value is (120,80,106). Sum of RGB (Red+Green+Blue) = 120+80+106=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #78506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506A is #87AF95. Grayscale: #5E5E5E. Windows color (decimal): -8892310 or 6967416. OLE color: 6967416.

HSL color Cylindrical-coordinate representation of color #78506A: hue angle of 321º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78506A is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 106 -
CMYK 0 0.33 0.12 0.53
HSL 321º 0.2% 0.39% -
HSV(B) 321º 0.33% 0.47% -
XYZ 13.22 10.77 15.02 -
YUV 94.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 120 80 106 0 0.33 0.12 0.53 321 0.2 0.39
Hex 78 50 6A 0 21 C 35 141 14 27
Octal 170 120 152 0 41 14 65 501 24 47
Binary 1111000 1010000 1101010 0 100001 1100 110101 101000001 10100 100111

Color Harmonies of #78506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78506A

Black with #78506A

Text Example


Text Example

White with #78506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78506A; }

 p { color: rgb(120,80,106); }

 H1.HeaderClassName
 {
   color: #78506A;
 }
 .AnyTagClassName
 {
   color: #78506A;
 }
</style>

background-color css

<style>
 a { background-color: #78506A; }

 a { background-color: rgb(120,80,106); }

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

border-color css

<style>
 span { border-color: #78506A; }

 span { border-color: rgb(120,80,106); }

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