Html Css Color HEX #784E5C Cosmic

📋 copy color: '#784E5C'

red 120 ◦ green 78 ◦ blue 92

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

Shades of Cosmic #784E5C

Tints of Cosmic #784E5C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.9%

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 41.38%
G = 26.9%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#784E5C (or 0x784E5C) is known color: Cosmic. HEX triplet: 78, 4E and 5C. RGB value is (120,78,92). Sum of RGB (Red+Green+Blue) = 120+78+92=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5C is #87B1A3. Grayscale: #5C5C5C. Windows color (decimal): -8892836 or 6049400. OLE color: 6049400.

HSL color Cylindrical-coordinate representation of color #784E5C: hue angle of 340º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #784E5C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 78 92 -
CMYK 0 0.35 0.23 0.53
HSL 340º 0.21% 0.39% -
HSV(B) 340º 0.35% 0.47% -
XYZ 12.4 10.21 11.44 -
YUV 92.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 120 78 92 0 0.35 0.23 0.53 340 0.21 0.39
Hex 78 4E 5C 0 23 17 35 154 15 27
Octal 170 116 134 0 43 27 65 524 25 47
Binary 1111000 1001110 1011100 0 100011 10111 110101 101010100 10101 100111

Color Harmonies of #784E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E5C

Black with #784E5C

Text Example


Text Example

White with #784E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784E5C; }

 p { color: rgb(120,78,92); }

 H1.HeaderClassName
 {
   color: #784E5C;
 }
 .AnyTagClassName
 {
   color: #784E5C;
 }
</style>

background-color css

<style>
 a { background-color: #784E5C; }

 a { background-color: rgb(120,78,92); }

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

border-color css

<style>
 span { border-color: #784E5C; }

 span { border-color: rgb(120,78,92); }

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