Html Css Color HEX #783C5A Cosmic

📋 copy color: '#783C5A'

red 120 ◦ green 60 ◦ blue 90

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

Shades of Cosmic #783C5A

Tints of Cosmic #783C5A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#783C5A (or 0x783C5A) is known color: Cosmic. HEX triplet: 78, 3C and 5A. RGB value is (120,60,90). Sum of RGB (Red+Green+Blue) = 120+60+90=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C5A is #87C3A5. Grayscale: #515151. Windows color (decimal): -8897446 or 5913720. OLE color: 5913720.

HSL color Cylindrical-coordinate representation of color #783C5A: hue angle of 330º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C5A is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 60 90 -
CMYK 0 0.5 0.25 0.53
HSL 330º 0.33% 0.35% -
HSV(B) 330º 0.5% 0.47% -
XYZ 11.21 7.96 10.62 -
YUV 81.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 120 60 90 0 0.5 0.25 0.53 330 0.33 0.35
Hex 78 3C 5A 0 32 19 35 14A 21 23
Octal 170 74 132 0 62 31 65 512 41 43
Binary 1111000 111100 1011010 0 110010 11001 110101 101001010 100001 100011

Color Harmonies of #783C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783C5A

Black with #783C5A

Text Example


Text Example

White with #783C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783C5A; }

 p { color: rgb(120,60,90); }

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

background-color css

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

 a { background-color: rgb(120,60,90); }

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

border-color css

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

 span { border-color: rgb(120,60,90); }

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