Html Css Color HEX #784966 Cosmic

📋 copy color: '#784966'

red 120 ◦ green 73 ◦ blue 102

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

Shades of Cosmic #784966

Tints of Cosmic #784966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 40.68%
G = 24.75%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#784966 (or 0x784966) is known color: Cosmic. HEX triplet: 78, 49 and 66. RGB value is (120,73,102). Sum of RGB (Red+Green+Blue) = 120+73+102=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #784966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784966 is #87B699. Grayscale: #5A5A5A. Windows color (decimal): -8894106 or 6703480. OLE color: 6703480.

HSL color Cylindrical-coordinate representation of color #784966: hue angle of 322.98º 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 #784966 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 73 102 -
CMYK 0 0.39 0.15 0.53
HSL 322.98º 0.24% 0.38% -
HSV(B) 322.98º 0.39% 0.47% -
XYZ 12.53 9.72 13.79 -
YUV 90.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 120 73 102 0 0.39 0.15 0.53 322.98 0.24 0.38
Hex 78 49 66 0 27 F 35 143 18 26
Octal 170 111 146 0 47 17 65 503 30 46
Binary 1111000 1001001 1100110 0 100111 1111 110101 101000011 11000 100110

Color Harmonies of #784966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784966

Black with #784966

Text Example


Text Example

White with #784966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784966; }

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

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

background-color css

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

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

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

border-color css

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

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

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