Html Css Color HEX #785162 Cosmic

📋 copy color: '#785162'

red 120 ◦ green 81 ◦ blue 98

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

Shades of Cosmic #785162

Tints of Cosmic #785162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 40.13%
G = 27.09%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#785162 (or 0x785162) is known color: Cosmic. HEX triplet: 78, 51 and 62. RGB value is (120,81,98). Sum of RGB (Red+Green+Blue) = 120+81+98=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #785162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785162 is #87AE9D. Grayscale: #5E5E5E. Windows color (decimal): -8892062 or 6443384. OLE color: 6443384.

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

Color convert

RGB 120 81 98 -
CMYK 0 0.32 0.18 0.53
HSL 333.85º 0.19% 0.39% -
HSV(B) 333.85º 0.33% 0.47% -
XYZ 12.89 10.76 12.95 -
YUV 94.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 120 81 98 0 0.32 0.18 0.53 333.85 0.19 0.39
Hex 78 51 62 0 20 12 35 14E 13 27
Octal 170 121 142 0 40 22 65 516 23 47
Binary 1111000 1010001 1100010 0 100000 10010 110101 101001110 10011 100111

Color Harmonies of #785162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785162

Black with #785162

Text Example


Text Example

White with #785162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785162; }

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

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

background-color css

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

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

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

border-color css

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

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

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