Html Css Color HEX #774259 Cosmic

📋 copy color: '#774259'

red 119 ◦ green 66 ◦ blue 89

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

Shades of Cosmic #774259

Tints of Cosmic #774259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 43.43%
G = 24.09%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#774259 (or 0x774259) is known color: Cosmic. HEX triplet: 77, 42 and 59. RGB value is (119,66,89). Sum of RGB (Red+Green+Blue) = 119+66+89=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774259 is #88BDA6. Grayscale: #545454. Windows color (decimal): -8961447 or 5849719. OLE color: 5849719.

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

Color convert

RGB 119 66 89 -
CMYK 0 0.45 0.25 0.53
HSL 333.96º 0.29% 0.36% -
HSV(B) 333.96º 0.45% 0.47% -
XYZ 11.36 8.54 10.5 -
YUV 84.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 119 66 89 0 0.45 0.25 0.53 333.96 0.29 0.36
Hex 77 42 59 0 2D 19 35 14E 1D 24
Octal 167 102 131 0 55 31 65 516 35 44
Binary 1110111 1000010 1011001 0 101101 11001 110101 101001110 11101 100100

Color Harmonies of #774259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774259

Black with #774259

Text Example


Text Example

White with #774259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774259; }

 p { color: rgb(119,66,89); }

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

background-color css

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

 a { background-color: rgb(119,66,89); }

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

border-color css

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

 span { border-color: rgb(119,66,89); }

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