Html Css Color HEX #774164 Cosmic

📋 copy color: '#774164'

red 119 ◦ green 65 ◦ blue 100

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

Shades of Cosmic #774164

Tints of Cosmic #774164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

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

R = 41.9%
G = 22.89%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#774164 (or 0x774164) is known color: Cosmic. HEX triplet: 77, 41 and 64. RGB value is (119,65,100). Sum of RGB (Red+Green+Blue) = 119+65+100=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774164 is #88BE9B. Grayscale: #555555. Windows color (decimal): -8961692 or 6570359. OLE color: 6570359.

HSL color Cylindrical-coordinate representation of color #774164: hue angle of 321.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774164 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 100 -
CMYK 0 0.45 0.16 0.53
HSL 321.11º 0.29% 0.36% -
HSV(B) 321.11º 0.45% 0.47% -
XYZ 11.8 8.62 13.1 -
YUV 85.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 119 65 100 0 0.45 0.16 0.53 321.11 0.29 0.36
Hex 77 41 64 0 2D 10 35 141 1D 24
Octal 167 101 144 0 55 20 65 501 35 44
Binary 1110111 1000001 1100100 0 101101 10000 110101 101000001 11101 100100

Color Harmonies of #774164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774164

Black with #774164

Text Example


Text Example

White with #774164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774164; }

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

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

background-color css

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

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

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

border-color css

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

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

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