Html Css Color HEX #784360 Cosmic

📋 copy color: '#784360'

red 120 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #784360

Tints of Cosmic #784360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 42.4%
G = 23.67%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#784360 (or 0x784360) is known color: Cosmic. HEX triplet: 78, 43 and 60. RGB value is (120,67,96). Sum of RGB (Red+Green+Blue) = 120+67+96=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #784360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784360 is #87BC9F. Grayscale: #565656. Windows color (decimal): -8895648 or 6308728. OLE color: 6308728.

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

Color convert

RGB 120 67 96 -
CMYK 0 0.44 0.2 0.53
HSL 327.17º 0.28% 0.37% -
HSV(B) 327.17º 0.44% 0.47% -
XYZ 11.86 8.85 12.15 -
YUV 86.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 120 67 96 0 0.44 0.2 0.53 327.17 0.28 0.37
Hex 78 43 60 0 2C 14 35 147 1C 25
Octal 170 103 140 0 54 24 65 507 34 45
Binary 1111000 1000011 1100000 0 101100 10100 110101 101000111 11100 100101

Color Harmonies of #784360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784360

Black with #784360

Text Example


Text Example

White with #784360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784360; }

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

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

background-color css

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

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

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

border-color css

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

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

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