Html Css Color HEX #783B5E Cosmic

📋 copy color: '#783B5E'

red 120 ◦ green 59 ◦ blue 94

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

Shades of Cosmic #783B5E

Tints of Cosmic #783B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 43.96%
G = 21.61%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#783B5E (or 0x783B5E) is known color: Cosmic. HEX triplet: 78, 3B and 5E. RGB value is (120,59,94). Sum of RGB (Red+Green+Blue) = 120+59+94=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #783B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783B5E is #87C4A1. Grayscale: #515151. Windows color (decimal): -8897698 or 6175608. OLE color: 6175608.

HSL color Cylindrical-coordinate representation of color #783B5E: hue angle of 325.57º 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 #783B5E is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 59 94 -
CMYK 0 0.51 0.22 0.53
HSL 325.57º 0.34% 0.35% -
HSV(B) 325.57º 0.51% 0.47% -
XYZ 11.33 7.93 11.52 -
YUV 81.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 120 59 94 0 0.51 0.22 0.53 325.57 0.34 0.35
Hex 78 3B 5E 0 33 16 35 146 22 23
Octal 170 73 136 0 63 26 65 506 42 43
Binary 1111000 111011 1011110 0 110011 10110 110101 101000110 100010 100011

Color Harmonies of #783B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783B5E

Black with #783B5E

Text Example


Text Example

White with #783B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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