Html Css Color HEX #774063 Cosmic

📋 copy color: '#774063'

red 119 ◦ green 64 ◦ blue 99

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

Shades of Cosmic #774063

Tints of Cosmic #774063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 42.2%
G = 22.7%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#774063 (or 0x774063) is known color: Cosmic. HEX triplet: 77, 40 and 63. RGB value is (119,64,99). Sum of RGB (Red+Green+Blue) = 119+64+99=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #774063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774063 is #88BF9C. Grayscale: #545454. Windows color (decimal): -8961949 or 6504567. OLE color: 6504567.

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

Color convert

RGB 119 64 99 -
CMYK 0 0.46 0.17 0.53
HSL 321.82º 0.3% 0.36% -
HSV(B) 321.82º 0.46% 0.47% -
XYZ 11.69 8.49 12.83 -
YUV 84.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 119 64 99 0 0.46 0.17 0.53 321.82 0.3 0.36
Hex 77 40 63 0 2E 11 35 142 1E 24
Octal 167 100 143 0 56 21 65 502 36 44
Binary 1110111 1000000 1100011 0 101110 10001 110101 101000010 11110 100100

Color Harmonies of #774063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774063

Black with #774063

Text Example


Text Example

White with #774063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774063; }

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

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

background-color css

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

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

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

border-color css

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

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

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