Html Css Color HEX #783B5C Cosmic

📋 copy color: '#783B5C'

red 120 ◦ green 59 ◦ blue 92

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

Shades of Cosmic #783B5C

Tints of Cosmic #783B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 44.28%
G = 21.77%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#783B5C (or 0x783B5C) is known color: Cosmic. HEX triplet: 78, 3B and 5C. RGB value is (120,59,92). Sum of RGB (Red+Green+Blue) = 120+59+92=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #783B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B5C is #87C4A3. Grayscale: #505050. Windows color (decimal): -8897700 or 6044536. OLE color: 6044536.

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

Color convert

RGB 120 59 92 -
CMYK 0 0.51 0.23 0.53
HSL 327.54º 0.34% 0.35% -
HSV(B) 327.54º 0.51% 0.47% -
XYZ 11.24 7.89 11.06 -
YUV 81 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 120 59 92 0 0.51 0.23 0.53 327.54 0.34 0.35
Hex 78 3B 5C 0 33 17 35 148 22 23
Octal 170 73 134 0 63 27 65 510 42 43
Binary 1111000 111011 1011100 0 110011 10111 110101 101001000 100010 100011

Color Harmonies of #783B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783B5C

Black with #783B5C

Text Example


Text Example

White with #783B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,59,92); }

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

background-color css

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

 a { background-color: rgb(120,59,92); }

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

border-color css

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

 span { border-color: rgb(120,59,92); }

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