Html Css Color HEX #78476A Cosmic

📋 copy color: '#78476A'

red 120 ◦ green 71 ◦ blue 106

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

Shades of Cosmic #78476A

Tints of Cosmic #78476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 40.4%
G = 23.91%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78476A (or 0x78476A) is known color: Cosmic. HEX triplet: 78, 47 and 6A. RGB value is (120,71,106). Sum of RGB (Red+Green+Blue) = 120+71+106=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #78476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78476A is #87B895. Grayscale: #595959. Windows color (decimal): -8894614 or 6965112. OLE color: 6965112.

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

Color convert

RGB 120 71 106 -
CMYK 0 0.41 0.12 0.53
HSL 317.14º 0.26% 0.37% -
HSV(B) 317.14º 0.41% 0.47% -
XYZ 12.6 9.54 14.81 -
YUV 89.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 120 71 106 0 0.41 0.12 0.53 317.14 0.26 0.37
Hex 78 47 6A 0 29 C 35 13D 1A 25
Octal 170 107 152 0 51 14 65 475 32 45
Binary 1111000 1000111 1101010 0 101001 1100 110101 100111101 11010 100101

Color Harmonies of #78476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78476A

Black with #78476A

Text Example


Text Example

White with #78476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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