Html Css Color HEX #784369 Cosmic

📋 copy color: '#784369'

red 120 ◦ green 67 ◦ blue 105

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

Shades of Cosmic #784369

Tints of Cosmic #784369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

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

R = 41.1%
G = 22.95%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#784369 (or 0x784369) is known color: Cosmic. HEX triplet: 78, 43 and 69. RGB value is (120,67,105). Sum of RGB (Red+Green+Blue) = 120+67+105=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #784369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784369 is #87BC96. Grayscale: #575757. Windows color (decimal): -8895639 or 6898552. OLE color: 6898552.

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

Color convert

RGB 120 67 105 -
CMYK 0 0.44 0.13 0.53
HSL 316.98º 0.28% 0.37% -
HSV(B) 316.98º 0.44% 0.47% -
XYZ 12.3 9.03 14.46 -
YUV 87.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 120 67 105 0 0.44 0.13 0.53 316.98 0.28 0.37
Hex 78 43 69 0 2C D 35 13D 1C 25
Octal 170 103 151 0 54 15 65 475 34 45
Binary 1111000 1000011 1101001 0 101100 1101 110101 100111101 11100 100101

Color Harmonies of #784369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784369

Black with #784369

Text Example


Text Example

White with #784369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784369; }

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

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

background-color css

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

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

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

border-color css

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

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

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