Html Css Color HEX #78555E Cosmic

📋 copy color: '#78555E'

red 120 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #78555E

Tints of Cosmic #78555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 40.13%
G = 28.43%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78555E (or 0x78555E) is known color: Cosmic. HEX triplet: 78, 55 and 5E. RGB value is (120,85,94). Sum of RGB (Red+Green+Blue) = 120+85+94=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #78555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78555E is #87AAA1. Grayscale: #606060. Windows color (decimal): -8891042 or 6182264. OLE color: 6182264.

HSL color Cylindrical-coordinate representation of color #78555E: hue angle of 344.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78555E is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 94 -
CMYK 0 0.29 0.22 0.53
HSL 344.57º 0.17% 0.4% -
HSV(B) 344.57º 0.29% 0.47% -
XYZ 13.01 11.3 12.08 -
YUV 96.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 120 85 94 0 0.29 0.22 0.53 344.57 0.17 0.4
Hex 78 55 5E 0 1D 16 35 159 11 28
Octal 170 125 136 0 35 26 65 531 21 50
Binary 1111000 1010101 1011110 0 11101 10110 110101 101011001 10001 101000

Color Harmonies of #78555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78555E

Black with #78555E

Text Example


Text Example

White with #78555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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