Html Css Color HEX #785166 Cosmic

📋 copy color: '#785166'

red 120 ◦ green 81 ◦ blue 102

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

Shades of Cosmic #785166

Tints of Cosmic #785166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 39.6%
G = 26.73%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#785166 (or 0x785166) is known color: Cosmic. HEX triplet: 78, 51 and 66. RGB value is (120,81,102). Sum of RGB (Red+Green+Blue) = 120+81+102=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #785166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785166 is #87AE99. Grayscale: #5F5F5F. Windows color (decimal): -8892058 or 6705528. OLE color: 6705528.

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

Color convert

RGB 120 81 102 -
CMYK 0 0.32 0.15 0.53
HSL 327.69º 0.19% 0.39% -
HSV(B) 327.69º 0.33% 0.47% -
XYZ 13.09 10.84 13.97 -
YUV 95.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 120 81 102 0 0.32 0.15 0.53 327.69 0.19 0.39
Hex 78 51 66 0 20 F 35 148 13 27
Octal 170 121 146 0 40 17 65 510 23 47
Binary 1111000 1010001 1100110 0 100000 1111 110101 101001000 10011 100111

Color Harmonies of #785166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785166

Black with #785166

Text Example


Text Example

White with #785166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785166; }

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

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

background-color css

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

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

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

border-color css

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

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

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