Html Css Color HEX #784161 Cosmic

📋 copy color: '#784161'

red 120 ◦ green 65 ◦ blue 97

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

Shades of Cosmic #784161

Tints of Cosmic #784161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 42.55%
G = 23.05%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#784161 (or 0x784161) is known color: Cosmic. HEX triplet: 78, 41 and 61. RGB value is (120,65,97). Sum of RGB (Red+Green+Blue) = 120+65+97=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #784161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784161 is #87BE9E. Grayscale: #555555. Windows color (decimal): -8896159 or 6373752. OLE color: 6373752.

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

Color convert

RGB 120 65 97 -
CMYK 0 0.46 0.19 0.53
HSL 325.09º 0.3% 0.36% -
HSV(B) 325.09º 0.46% 0.47% -
XYZ 11.79 8.64 12.35 -
YUV 85.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 120 65 97 0 0.46 0.19 0.53 325.09 0.3 0.36
Hex 78 41 61 0 2E 13 35 145 1E 24
Octal 170 101 141 0 56 23 65 505 36 44
Binary 1111000 1000001 1100001 0 101110 10011 110101 101000101 11110 100100

Color Harmonies of #784161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784161

Black with #784161

Text Example


Text Example

White with #784161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784161; }

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

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

background-color css

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

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

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

border-color css

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

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

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