Html Css Color HEX #78466C Cosmic

📋 copy color: '#78466C'

red 120 ◦ green 70 ◦ blue 108

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

Shades of Cosmic #78466C

Tints of Cosmic #78466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 40.27%
G = 23.49%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78466C (or 0x78466C) is known color: Cosmic. HEX triplet: 78, 46 and 6C. RGB value is (120,70,108). Sum of RGB (Red+Green+Blue) = 120+70+108=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78466C is #87B993. Grayscale: #595959. Windows color (decimal): -8894868 or 7095928. OLE color: 7095928.

HSL color Cylindrical-coordinate representation of color #78466C: hue angle of 314.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78466C is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 70 108 -
CMYK 0 0.42 0.10 0.53
HSL 314.4º 0.26% 0.37% -
HSV(B) 314.4º 0.42% 0.47% -
XYZ 12.64 9.46 15.35 -
YUV 89.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 120 70 108 0 0.42 0.10 0.53 314.4 0.26 0.37
Hex 78 46 6C 0 2A A 35 13A 1A 25
Octal 170 106 154 0 52 12 65 472 32 45
Binary 1111000 1000110 1101100 0 101010 1010 110101 100111010 11010 100101

Color Harmonies of #78466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78466C

Black with #78466C

Text Example


Text Example

White with #78466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,70,108); }

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

background-color css

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

 a { background-color: rgb(120,70,108); }

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

border-color css

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

 span { border-color: rgb(120,70,108); }

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