Html Css Color HEX #775364 Cosmic

📋 copy color: '#775364'

red 119 ◦ green 83 ◦ blue 100

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

Shades of Cosmic #775364

Tints of Cosmic #775364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 39.4%
G = 27.48%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#775364 (or 0x775364) is known color: Cosmic. HEX triplet: 77, 53 and 64. RGB value is (119,83,100). Sum of RGB (Red+Green+Blue) = 119+83+100=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775364 is #88AC9B. Grayscale: #5F5F5F. Windows color (decimal): -8957084 or 6574967. OLE color: 6574967.

HSL color Cylindrical-coordinate representation of color #775364: hue angle of 331.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775364 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 100 -
CMYK 0 0.30 0.16 0.53
HSL 331.67º 0.18% 0.4% -
HSV(B) 331.67º 0.3% 0.47% -
XYZ 13 11.03 13.5 -
YUV 95.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 119 83 100 0 0.30 0.16 0.53 331.67 0.18 0.4
Hex 77 53 64 0 1E 10 35 14C 12 28
Octal 167 123 144 0 36 20 65 514 22 50
Binary 1110111 1010011 1100100 0 11110 10000 110101 101001100 10010 101000

Color Harmonies of #775364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775364

Black with #775364

Text Example


Text Example

White with #775364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775364; }

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

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

background-color css

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

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

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

border-color css

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

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

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