Html Css Color HEX #774963 Cosmic

📋 copy color: '#774963'

red 119 ◦ green 73 ◦ blue 99

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

Shades of Cosmic #774963

Tints of Cosmic #774963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 40.89%
G = 25.09%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#774963 (or 0x774963) is known color: Cosmic. HEX triplet: 77, 49 and 63. RGB value is (119,73,99). Sum of RGB (Red+Green+Blue) = 119+73+99=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774963 is #88B69C. Grayscale: #595959. Windows color (decimal): -8959645 or 6506871. OLE color: 6506871.

HSL color Cylindrical-coordinate representation of color #774963: hue angle of 326.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774963 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 73 99 -
CMYK 0 0.39 0.17 0.53
HSL 326.09º 0.24% 0.38% -
HSV(B) 326.09º 0.39% 0.47% -
XYZ 12.24 9.59 13.01 -
YUV 89.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 119 73 99 0 0.39 0.17 0.53 326.09 0.24 0.38
Hex 77 49 63 0 27 11 35 146 18 26
Octal 167 111 143 0 47 21 65 506 30 46
Binary 1110111 1001001 1100011 0 100111 10001 110101 101000110 11000 100110

Color Harmonies of #774963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774963

Black with #774963

Text Example


Text Example

White with #774963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774963; }

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

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

background-color css

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

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

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

border-color css

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

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

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