Html Css Color HEX #774764 Cosmic

📋 copy color: '#774764'

red 119 ◦ green 71 ◦ blue 100

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

Shades of Cosmic #774764

Tints of Cosmic #774764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 41.03%
G = 24.48%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#774764 (or 0x774764) is known color: Cosmic. HEX triplet: 77, 47 and 64. RGB value is (119,71,100). Sum of RGB (Red+Green+Blue) = 119+71+100=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774764 is #88B89B. Grayscale: #585858. Windows color (decimal): -8960156 or 6571895. OLE color: 6571895.

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

Color convert

RGB 119 71 100 -
CMYK 0 0.40 0.16 0.53
HSL 323.75º 0.25% 0.37% -
HSV(B) 323.75º 0.4% 0.47% -
XYZ 12.16 9.35 13.22 -
YUV 88.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 119 71 100 0 0.40 0.16 0.53 323.75 0.25 0.37
Hex 77 47 64 0 28 10 35 144 19 25
Octal 167 107 144 0 50 20 65 504 31 45
Binary 1110111 1000111 1100100 0 101000 10000 110101 101000100 11001 100101

Color Harmonies of #774764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774764

Black with #774764

Text Example


Text Example

White with #774764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774764; }

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

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

background-color css

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

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

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

border-color css

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

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

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