Html Css Color HEX #774260 Cosmic

📋 copy color: '#774260'

red 119 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #774260

Tints of Cosmic #774260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 42.35%
G = 23.49%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#774260 (or 0x774260) is known color: Cosmic. HEX triplet: 77, 42 and 60. RGB value is (119,66,96). Sum of RGB (Red+Green+Blue) = 119+66+96=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774260 is #88BD9F. Grayscale: #555555. Windows color (decimal): -8961440 or 6308471. OLE color: 6308471.

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

Color convert

RGB 119 66 96 -
CMYK 0 0.45 0.19 0.53
HSL 326.04º 0.29% 0.36% -
HSV(B) 326.04º 0.45% 0.47% -
XYZ 11.67 8.66 12.12 -
YUV 85.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 119 66 96 0 0.45 0.19 0.53 326.04 0.29 0.36
Hex 77 42 60 0 2D 13 35 146 1D 24
Octal 167 102 140 0 55 23 65 506 35 44
Binary 1110111 1000010 1100000 0 101101 10011 110101 101000110 11101 100100

Color Harmonies of #774260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774260

Black with #774260

Text Example


Text Example

White with #774260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774260; }

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

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

background-color css

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

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

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

border-color css

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

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

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