Html Css Color HEX #785869 Cosmic

📋 copy color: '#785869'

red 120 ◦ green 88 ◦ blue 105

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

Shades of Cosmic #785869

Tints of Cosmic #785869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 38.34%
G = 28.12%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#785869 (or 0x785869) is known color: Cosmic. HEX triplet: 78, 58 and 69. RGB value is (120,88,105). Sum of RGB (Red+Green+Blue) = 120+88+105=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785869 is #87A796. Grayscale: #636363. Windows color (decimal): -8890263 or 6903928. OLE color: 6903928.

HSL color Cylindrical-coordinate representation of color #785869: hue angle of 328.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785869 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 88 105 -
CMYK 0 0.27 0.13 0.53
HSL 328.13º 0.15% 0.41% -
HSV(B) 328.13º 0.27% 0.47% -
XYZ 13.79 11.99 14.95 -
YUV 99.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 120 88 105 0 0.27 0.13 0.53 328.13 0.15 0.41
Hex 78 58 69 0 1B D 35 148 F 29
Octal 170 130 151 0 33 15 65 510 17 51
Binary 1111000 1011000 1101001 0 11011 1101 110101 101001000 1111 101001

Color Harmonies of #785869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785869

Black with #785869

Text Example


Text Example

White with #785869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785869; }

 p { color: rgb(120,88,105); }

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

background-color css

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

 a { background-color: rgb(120,88,105); }

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

border-color css

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

 span { border-color: rgb(120,88,105); }

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