Html Css Color HEX #783960 Cosmic

📋 copy color: '#783960'

red 120 ◦ green 57 ◦ blue 96

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

Shades of Cosmic #783960

Tints of Cosmic #783960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

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

R = 43.96%
G = 20.88%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#783960 (or 0x783960) is known color: Cosmic. HEX triplet: 78, 39 and 60. RGB value is (120,57,96). Sum of RGB (Red+Green+Blue) = 120+57+96=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #783960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783960 is #87C69F. Grayscale: #505050. Windows color (decimal): -8898208 or 6306168. OLE color: 6306168.

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

Color convert

RGB 120 57 96 -
CMYK 0 0.52 0.2 0.53
HSL 322.86º 0.36% 0.35% -
HSV(B) 322.86º 0.53% 0.47% -
XYZ 11.32 7.76 11.97 -
YUV 80.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 120 57 96 0 0.52 0.2 0.53 322.86 0.36 0.35
Hex 78 39 60 0 34 14 35 143 24 23
Octal 170 71 140 0 64 24 65 503 44 43
Binary 1111000 111001 1100000 0 110100 10100 110101 101000011 100100 100011

Color Harmonies of #783960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783960

Black with #783960

Text Example


Text Example

White with #783960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783960; }

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

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

background-color css

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

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

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

border-color css

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

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

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