Html Css Color HEX #774064 Cosmic

📋 copy color: '#774064'

red 119 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #774064

Tints of Cosmic #774064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 42.05%
G = 22.61%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#774064 (or 0x774064) is known color: Cosmic. HEX triplet: 77, 40 and 64. RGB value is (119,64,100). Sum of RGB (Red+Green+Blue) = 119+64+100=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774064 is #88BF9B. Grayscale: #545454. Windows color (decimal): -8961948 or 6570103. OLE color: 6570103.

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

Color convert

RGB 119 64 100 -
CMYK 0 0.46 0.16 0.53
HSL 320.73º 0.3% 0.36% -
HSV(B) 320.73º 0.46% 0.47% -
XYZ 11.74 8.51 13.08 -
YUV 84.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 119 64 100 0 0.46 0.16 0.53 320.73 0.3 0.36
Hex 77 40 64 0 2E 10 35 141 1E 24
Octal 167 100 144 0 56 20 65 501 36 44
Binary 1110111 1000000 1100100 0 101110 10000 110101 101000001 11110 100100

Color Harmonies of #774064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774064

Black with #774064

Text Example


Text Example

White with #774064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774064; }

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

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

background-color css

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

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

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

border-color css

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

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

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