Html Css Color HEX #774262 Cosmic

📋 copy color: '#774262'

red 119 ◦ green 66 ◦ blue 98

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

Shades of Cosmic #774262

Tints of Cosmic #774262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 42.05%
G = 23.32%
B = 34.63%

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

#774262 (or 0x774262) is known color: Cosmic. HEX triplet: 77, 42 and 62. RGB value is (119,66,98). Sum of RGB (Red+Green+Blue) = 119+66+98=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774262 is #88BD9D. Grayscale: #555555. Windows color (decimal): -8961438 or 6439543. OLE color: 6439543.

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

Color convert

RGB 119 66 98 -
CMYK 0 0.45 0.18 0.53
HSL 323.77º 0.29% 0.36% -
HSV(B) 323.77º 0.45% 0.47% -
XYZ 11.76 8.7 12.61 -
YUV 85.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 119 66 98 0 0.45 0.18 0.53 323.77 0.29 0.36
Hex 77 42 62 0 2D 12 35 144 1D 24
Octal 167 102 142 0 55 22 65 504 35 44
Binary 1110111 1000010 1100010 0 101101 10010 110101 101000100 11101 100100

Color Harmonies of #774262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774262

Black with #774262

Text Example


Text Example

White with #774262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774262; }

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

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

background-color css

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

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

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

border-color css

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

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

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