Html Css Color HEX #78446B Cosmic

📋 copy color: '#78446B'

red 120 ◦ green 68 ◦ blue 107

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

Shades of Cosmic #78446B

Tints of Cosmic #78446B

RGB

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

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

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

R = 40.68%
G = 23.05%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78446B (or 0x78446B) is known color: Cosmic. HEX triplet: 78, 44 and 6B. RGB value is (120,68,107). Sum of RGB (Red+Green+Blue) = 120+68+107=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78446B is #87BB94. Grayscale: #575757. Windows color (decimal): -8895381 or 7029880. OLE color: 7029880.

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

Color convert

RGB 120 68 107 -
CMYK 0 0.43 0.11 0.53
HSL 315º 0.28% 0.37% -
HSV(B) 315º 0.43% 0.47% -
XYZ 12.47 9.19 15.03 -
YUV 87.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 120 68 107 0 0.43 0.11 0.53 315 0.28 0.37
Hex 78 44 6B 0 2B B 35 13B 1C 25
Octal 170 104 153 0 53 13 65 473 34 45
Binary 1111000 1000100 1101011 0 101011 1011 110101 100111011 11100 100101

Color Harmonies of #78446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78446B

Black with #78446B

Text Example


Text Example

White with #78446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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