Html Css Color HEX #775564 Cosmic

📋 copy color: '#775564'

red 119 ◦ green 85 ◦ blue 100

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

Shades of Cosmic #775564

Tints of Cosmic #775564

RGB

 RED value IS 119 (46.88% from 255) = 39.14%

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

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

R = 39.14%
G = 27.96%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#775564 (or 0x775564) is known color: Cosmic. HEX triplet: 77, 55 and 64. RGB value is (119,85,100). Sum of RGB (Red+Green+Blue) = 119+85+100=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775564 is #88AA9B. Grayscale: #606060. Windows color (decimal): -8956572 or 6575479. OLE color: 6575479.

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

Color convert

RGB 119 85 100 -
CMYK 0 0.29 0.16 0.53
HSL 333.53º 0.17% 0.4% -
HSV(B) 333.53º 0.29% 0.47% -
XYZ 13.16 11.34 13.55 -
YUV 96.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 119 85 100 0 0.29 0.16 0.53 333.53 0.17 0.4
Hex 77 55 64 0 1D 10 35 14E 11 28
Octal 167 125 144 0 35 20 65 516 21 50
Binary 1110111 1010101 1100100 0 11101 10000 110101 101001110 10001 101000

Color Harmonies of #775564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775564

Black with #775564

Text Example


Text Example

White with #775564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775564; }

 p { color: rgb(119,85,100); }

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

background-color css

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

 a { background-color: rgb(119,85,100); }

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

border-color css

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

 span { border-color: rgb(119,85,100); }

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