Html Css Color HEX #774261 Cosmic

📋 copy color: '#774261'

red 119 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #774261

Tints of Cosmic #774261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 42.2%
G = 23.4%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#774261 (or 0x774261) is known color: Cosmic. HEX triplet: 77, 42 and 61. RGB value is (119,66,97). Sum of RGB (Red+Green+Blue) = 119+66+97=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #774261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774261 is #88BD9E. Grayscale: #555555. Windows color (decimal): -8961439 or 6374007. OLE color: 6374007.

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

Color convert

RGB 119 66 97 -
CMYK 0 0.45 0.18 0.53
HSL 324.91º 0.29% 0.36% -
HSV(B) 324.91º 0.45% 0.47% -
XYZ 11.71 8.68 12.37 -
YUV 85.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 119 66 97 0 0.45 0.18 0.53 324.91 0.29 0.36
Hex 77 42 61 0 2D 12 35 145 1D 24
Octal 167 102 141 0 55 22 65 505 35 44
Binary 1110111 1000010 1100001 0 101101 10010 110101 101000101 11101 100100

Color Harmonies of #774261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774261

Black with #774261

Text Example


Text Example

White with #774261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774261; }

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

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

background-color css

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

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

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

border-color css

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

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

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