Html Css Color HEX #784B5A Cosmic

📋 copy color: '#784B5A'

red 120 ◦ green 75 ◦ blue 90

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

Shades of Cosmic #784B5A

Tints of Cosmic #784B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

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

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#784B5A (or 0x784B5A) is known color: Cosmic. HEX triplet: 78, 4B and 5A. RGB value is (120,75,90). Sum of RGB (Red+Green+Blue) = 120+75+90=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #784B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B5A is #87B4A5. Grayscale: #5A5A5A. Windows color (decimal): -8893606 or 5917560. OLE color: 5917560.

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

Color convert

RGB 120 75 90 -
CMYK 0 0.37 0.25 0.53
HSL 340º 0.23% 0.38% -
HSV(B) 340º 0.38% 0.47% -
XYZ 12.11 9.76 10.92 -
YUV 90.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 120 75 90 0 0.37 0.25 0.53 340 0.23 0.38
Hex 78 4B 5A 0 25 19 35 154 17 26
Octal 170 113 132 0 45 31 65 524 27 46
Binary 1111000 1001011 1011010 0 100101 11001 110101 101010100 10111 100110

Color Harmonies of #784B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784B5A

Black with #784B5A

Text Example


Text Example

White with #784B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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