Html Css Color HEX #78446C Cosmic

📋 copy color: '#78446C'

red 120 ◦ green 68 ◦ blue 108

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

Shades of Cosmic #78446C

Tints of Cosmic #78446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 40.54%
G = 22.97%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78446C (or 0x78446C) is known color: Cosmic. HEX triplet: 78, 44 and 6C. RGB value is (120,68,108). Sum of RGB (Red+Green+Blue) = 120+68+108=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78446C is #87BB93. Grayscale: #585858. Windows color (decimal): -8895380 or 7095416. OLE color: 7095416.

HSL color Cylindrical-coordinate representation of color #78446C: hue angle of 313.85º degrees, saturation: 0.28, 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 #78446C is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 68 108 -
CMYK 0 0.43 0.10 0.53
HSL 313.85º 0.28% 0.37% -
HSV(B) 313.85º 0.43% 0.47% -
XYZ 12.52 9.21 15.31 -
YUV 88.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 120 68 108 0 0.43 0.10 0.53 313.85 0.28 0.37
Hex 78 44 6C 0 2B A 35 13A 1C 25
Octal 170 104 154 0 53 12 65 472 34 45
Binary 1111000 1000100 1101100 0 101011 1010 110101 100111010 11100 100101

Color Harmonies of #78446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78446C

Black with #78446C

Text Example


Text Example

White with #78446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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