Html Css Color HEX #784164 Cosmic

📋 copy color: '#784164'

red 120 ◦ green 65 ◦ blue 100

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

Shades of Cosmic #784164

Tints of Cosmic #784164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 42.11%
G = 22.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#784164 (or 0x784164) is known color: Cosmic. HEX triplet: 78, 41 and 64. RGB value is (120,65,100). Sum of RGB (Red+Green+Blue) = 120+65+100=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #784164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784164 is #87BE9B. Grayscale: #555555. Windows color (decimal): -8896156 or 6570360. OLE color: 6570360.

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

Color convert

RGB 120 65 100 -
CMYK 0 0.46 0.17 0.53
HSL 321.82º 0.3% 0.36% -
HSV(B) 321.82º 0.46% 0.47% -
XYZ 11.94 8.69 13.11 -
YUV 85.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 120 65 100 0 0.46 0.17 0.53 321.82 0.3 0.36
Hex 78 41 64 0 2E 11 35 142 1E 24
Octal 170 101 144 0 56 21 65 502 36 44
Binary 1111000 1000001 1100100 0 101110 10001 110101 101000010 11110 100100

Color Harmonies of #784164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784164

Black with #784164

Text Example


Text Example

White with #784164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784164; }

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

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

background-color css

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

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

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

border-color css

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

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

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