Html Css Color HEX #784E5B Cosmic

📋 copy color: '#784E5B'

red 120 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #784E5B

Tints of Cosmic #784E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 41.52%
G = 26.99%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#784E5B (or 0x784E5B) is known color: Cosmic. HEX triplet: 78, 4E and 5B. RGB value is (120,78,91). Sum of RGB (Red+Green+Blue) = 120+78+91=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5B is #87B1A4. Grayscale: #5C5C5C. Windows color (decimal): -8892837 or 5983864. OLE color: 5983864.

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

Color convert

RGB 120 78 91 -
CMYK 0 0.35 0.24 0.53
HSL 341.43º 0.21% 0.39% -
HSV(B) 341.43º 0.35% 0.47% -
XYZ 12.36 10.2 11.21 -
YUV 92.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 120 78 91 0 0.35 0.24 0.53 341.43 0.21 0.39
Hex 78 4E 5B 0 23 18 35 155 15 27
Octal 170 116 133 0 43 30 65 525 25 47
Binary 1111000 1001110 1011011 0 100011 11000 110101 101010101 10101 100111

Color Harmonies of #784E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E5B

Black with #784E5B

Text Example


Text Example

White with #784E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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