Html Css Color HEX #784E5A Cosmic

📋 copy color: '#784E5A'

red 120 ◦ green 78 ◦ blue 90

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

Shades of Cosmic #784E5A

Tints of Cosmic #784E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 41.67%
G = 27.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#784E5A (or 0x784E5A) is known color: Cosmic. HEX triplet: 78, 4E and 5A. RGB value is (120,78,90). Sum of RGB (Red+Green+Blue) = 120+78+90=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #784E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E5A is #87B1A5. Grayscale: #5B5B5B. Windows color (decimal): -8892838 or 5918328. OLE color: 5918328.

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

Color convert

RGB 120 78 90 -
CMYK 0 0.35 0.25 0.53
HSL 342.86º 0.21% 0.39% -
HSV(B) 342.86º 0.35% 0.47% -
XYZ 12.32 10.18 10.99 -
YUV 91.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 120 78 90 0 0.35 0.25 0.53 342.86 0.21 0.39
Hex 78 4E 5A 0 23 19 35 157 15 27
Octal 170 116 132 0 43 31 65 527 25 47
Binary 1111000 1001110 1011010 0 100011 11001 110101 101010111 10101 100111

Color Harmonies of #784E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E5A

Black with #784E5A

Text Example


Text Example

White with #784E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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