Html Css Color HEX #784262 Cosmic

📋 copy color: '#784262'

red 120 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #784262

Tints of Cosmic #784262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 42.25%
G = 23.24%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#784262 (or 0x784262) is known color: Cosmic. HEX triplet: 78, 42 and 62. RGB value is (120,66,98). Sum of RGB (Red+Green+Blue) = 120+66+98=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #784262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784262 is #87BD9D. Grayscale: #555555. Windows color (decimal): -8895902 or 6439544. OLE color: 6439544.

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

Color convert

RGB 120 66 98 -
CMYK 0 0.45 0.18 0.53
HSL 324.44º 0.29% 0.36% -
HSV(B) 324.44º 0.45% 0.47% -
XYZ 11.9 8.77 12.62 -
YUV 85.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 120 66 98 0 0.45 0.18 0.53 324.44 0.29 0.36
Hex 78 42 62 0 2D 12 35 144 1D 24
Octal 170 102 142 0 55 22 65 504 35 44
Binary 1111000 1000010 1100010 0 101101 10010 110101 101000100 11101 100100

Color Harmonies of #784262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784262

Black with #784262

Text Example


Text Example

White with #784262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784262; }

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

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

background-color css

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

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

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

border-color css

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

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

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