Html Css Color HEX #784469 Cosmic

📋 copy color: '#784469'

red 120 ◦ green 68 ◦ blue 105

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

Shades of Cosmic #784469

Tints of Cosmic #784469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 40.96%
G = 23.21%
B = 35.84%

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

#784469 (or 0x784469) is known color: Cosmic. HEX triplet: 78, 44 and 69. RGB value is (120,68,105). Sum of RGB (Red+Green+Blue) = 120+68+105=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #784469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784469 is #87BB96. Grayscale: #575757. Windows color (decimal): -8895383 or 6898808. OLE color: 6898808.

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

Color convert

RGB 120 68 105 -
CMYK 0 0.43 0.13 0.53
HSL 317.31º 0.28% 0.37% -
HSV(B) 317.31º 0.43% 0.47% -
XYZ 12.36 9.15 14.48 -
YUV 87.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 120 68 105 0 0.43 0.13 0.53 317.31 0.28 0.37
Hex 78 44 69 0 2B D 35 13D 1C 25
Octal 170 104 151 0 53 15 65 475 34 45
Binary 1111000 1000100 1101001 0 101011 1101 110101 100111101 11100 100101

Color Harmonies of #784469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784469

Black with #784469

Text Example


Text Example

White with #784469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784469; }

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

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

background-color css

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

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

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

border-color css

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

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

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