Html Css Color HEX #784162 Cosmic

📋 copy color: '#784162'

red 120 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #784162

Tints of Cosmic #784162

RGB

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

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

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

R = 42.4%
G = 22.97%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#784162 (or 0x784162) is known color: Cosmic. HEX triplet: 78, 41 and 62. RGB value is (120,65,98). Sum of RGB (Red+Green+Blue) = 120+65+98=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #784162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784162 is #87BE9D. Grayscale: #555555. Windows color (decimal): -8896158 or 6439288. OLE color: 6439288.

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

Color convert

RGB 120 65 98 -
CMYK 0 0.46 0.18 0.53
HSL 324º 0.3% 0.36% -
HSV(B) 324º 0.46% 0.47% -
XYZ 11.84 8.66 12.6 -
YUV 85.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 120 65 98 0 0.46 0.18 0.53 324 0.3 0.36
Hex 78 41 62 0 2E 12 35 144 1E 24
Octal 170 101 142 0 56 22 65 504 36 44
Binary 1111000 1000001 1100010 0 101110 10010 110101 101000100 11110 100100

Color Harmonies of #784162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784162

Black with #784162

Text Example


Text Example

White with #784162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784162; }

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

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

background-color css

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

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

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

border-color css

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

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

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