Html Css Color HEX #784E5F Cosmic

📋 copy color: '#784E5F'

red 120 ◦ green 78 ◦ blue 95

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

Shades of Cosmic #784E5F

Tints of Cosmic #784E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.42%

R = 40.96%
G = 26.62%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#784E5F (or 0x784E5F) is known color: Cosmic. HEX triplet: 78, 4E and 5F. RGB value is (120,78,95). Sum of RGB (Red+Green+Blue) = 120+78+95=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5F is #87B1A0. Grayscale: #5C5C5C. Windows color (decimal): -8892833 or 6246008. OLE color: 6246008.

HSL color Cylindrical-coordinate representation of color #784E5F: hue angle of 335.71º 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 #784E5F is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 78 95 -
CMYK 0 0.35 0.21 0.53
HSL 335.71º 0.21% 0.39% -
HSV(B) 335.71º 0.35% 0.47% -
XYZ 12.54 10.27 12.15 -
YUV 92.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 120 78 95 0 0.35 0.21 0.53 335.71 0.21 0.39
Hex 78 4E 5F 0 23 15 35 150 15 27
Octal 170 116 137 0 43 25 65 520 25 47
Binary 1111000 1001110 1011111 0 100011 10101 110101 101010000 10101 100111

Color Harmonies of #784E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E5F

Black with #784E5F

Text Example


Text Example

White with #784E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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