Html Css Color HEX #784069 Cosmic

📋 copy color: '#784069'

red 120 ◦ green 64 ◦ blue 105

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

Shades of Cosmic #784069

Tints of Cosmic #784069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 41.52%
G = 22.15%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#784069 (or 0x784069) is known color: Cosmic. HEX triplet: 78, 40 and 69. RGB value is (120,64,105). Sum of RGB (Red+Green+Blue) = 120+64+105=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #784069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784069 is #87BF96. Grayscale: #555555. Windows color (decimal): -8896407 or 6897784. OLE color: 6897784.

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

Color convert

RGB 120 64 105 -
CMYK 0 0.47 0.13 0.53
HSL 316.07º 0.3% 0.36% -
HSV(B) 316.07º 0.47% 0.47% -
XYZ 12.13 8.68 14.4 -
YUV 85.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 120 64 105 0 0.47 0.13 0.53 316.07 0.3 0.36
Hex 78 40 69 0 2F D 35 13C 1E 24
Octal 170 100 151 0 57 15 65 474 36 44
Binary 1111000 1000000 1101001 0 101111 1101 110101 100111100 11110 100100

Color Harmonies of #784069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784069

Black with #784069

Text Example


Text Example

White with #784069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784069; }

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

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

background-color css

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

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

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

border-color css

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

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

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