Html Css Color HEX #785864 Cosmic

📋 copy color: '#785864'

red 120 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #785864

Tints of Cosmic #785864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 38.96%
G = 28.57%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#785864 (or 0x785864) is known color: Cosmic. HEX triplet: 78, 58 and 64. RGB value is (120,88,100). Sum of RGB (Red+Green+Blue) = 120+88+100=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785864 is #87A79B. Grayscale: #626262. Windows color (decimal): -8890268 or 6576248. OLE color: 6576248.

HSL color Cylindrical-coordinate representation of color #785864: hue angle of 337.5º 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 #785864 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 88 100 -
CMYK 0 0.27 0.17 0.53
HSL 337.5º 0.15% 0.41% -
HSV(B) 337.5º 0.27% 0.47% -
XYZ 13.54 11.89 13.64 -
YUV 98.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 120 88 100 0 0.27 0.17 0.53 337.5 0.15 0.41
Hex 78 58 64 0 1B 11 35 152 F 29
Octal 170 130 144 0 33 21 65 522 17 51
Binary 1111000 1011000 1100100 0 11011 10001 110101 101010010 1111 101001

Color Harmonies of #785864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785864

Black with #785864

Text Example


Text Example

White with #785864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785864; }

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

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

background-color css

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

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

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

border-color css

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

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

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