Html Css Color HEX #784961 Cosmic

📋 copy color: '#784961'

red 120 ◦ green 73 ◦ blue 97

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

Shades of Cosmic #784961

Tints of Cosmic #784961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 41.38%
G = 25.17%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#784961 (or 0x784961) is known color: Cosmic. HEX triplet: 78, 49 and 61. RGB value is (120,73,97). Sum of RGB (Red+Green+Blue) = 120+73+97=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #784961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784961 is #87B69E. Grayscale: #595959. Windows color (decimal): -8894111 or 6375800. OLE color: 6375800.

HSL color Cylindrical-coordinate representation of color #784961: hue angle of 329.36º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #784961 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 97 -
CMYK 0 0.39 0.19 0.53
HSL 329.36º 0.24% 0.38% -
HSV(B) 329.36º 0.39% 0.47% -
XYZ 12.29 9.62 12.52 -
YUV 89.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 120 73 97 0 0.39 0.19 0.53 329.36 0.24 0.38
Hex 78 49 61 0 27 13 35 149 18 26
Octal 170 111 141 0 47 23 65 511 30 46
Binary 1111000 1001001 1100001 0 100111 10011 110101 101001001 11000 100110

Color Harmonies of #784961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784961

Black with #784961

Text Example


Text Example

White with #784961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784961; }

 p { color: rgb(120,73,97); }

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

background-color css

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

 a { background-color: rgb(120,73,97); }

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

border-color css

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

 span { border-color: rgb(120,73,97); }

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