Html Css Color HEX #785A6D Cosmic

📋 copy color: '#785A6D'

red 120 ◦ green 90 ◦ blue 109

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

Shades of Cosmic #785A6D

Tints of Cosmic #785A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 37.62%
G = 28.21%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#785A6D (or 0x785A6D) is known color: Cosmic. HEX triplet: 78, 5A and 6D. RGB value is (120,90,109). Sum of RGB (Red+Green+Blue) = 120+90+109=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A6D is #87A592. Grayscale: #656565. Windows color (decimal): -8889747 or 7166584. OLE color: 7166584.

HSL color Cylindrical-coordinate representation of color #785A6D: hue angle of 322º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A6D is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 109 -
CMYK 0 0.25 0.09 0.53
HSL 322º 0.14% 0.41% -
HSV(B) 322º 0.25% 0.47% -
XYZ 14.16 12.41 16.12 -
YUV 101.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 120 90 109 0 0.25 0.09 0.53 322 0.14 0.41
Hex 78 5A 6D 0 19 9 35 142 E 29
Octal 170 132 155 0 31 11 65 502 16 51
Binary 1111000 1011010 1101101 0 11001 1001 110101 101000010 1110 101001

Color Harmonies of #785A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A6D

Black with #785A6D

Text Example


Text Example

White with #785A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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