Html Css Color HEX #784468 Cosmic

📋 copy color: '#784468'

red 120 ◦ green 68 ◦ blue 104

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

Shades of Cosmic #784468

Tints of Cosmic #784468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 41.1%
G = 23.29%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#784468 (or 0x784468) is known color: Cosmic. HEX triplet: 78, 44 and 68. RGB value is (120,68,104). Sum of RGB (Red+Green+Blue) = 120+68+104=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #784468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784468 is #87BB97. Grayscale: #575757. Windows color (decimal): -8895384 or 6833272. OLE color: 6833272.

HSL color Cylindrical-coordinate representation of color #784468: hue angle of 318.46º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784468 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 68 104 -
CMYK 0 0.43 0.13 0.53
HSL 318.46º 0.28% 0.37% -
HSV(B) 318.46º 0.43% 0.47% -
XYZ 12.31 9.13 14.21 -
YUV 87.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 120 68 104 0 0.43 0.13 0.53 318.46 0.28 0.37
Hex 78 44 68 0 2B D 35 13E 1C 25
Octal 170 104 150 0 53 15 65 476 34 45
Binary 1111000 1000100 1101000 0 101011 1101 110101 100111110 11100 100101

Color Harmonies of #784468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784468

Black with #784468

Text Example


Text Example

White with #784468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784468; }

 p { color: rgb(120,68,104); }

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

background-color css

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

 a { background-color: rgb(120,68,104); }

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

border-color css

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

 span { border-color: rgb(120,68,104); }

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