Html Css Color HEX #774162 Cosmic

📋 copy color: '#774162'

red 119 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #774162

Tints of Cosmic #774162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 42.2%
G = 23.05%
B = 34.75%

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

#774162 (or 0x774162) is known color: Cosmic. HEX triplet: 77, 41 and 62. RGB value is (119,65,98). Sum of RGB (Red+Green+Blue) = 119+65+98=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #774162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774162 is #88BE9D. Grayscale: #545454. Windows color (decimal): -8961694 or 6439287. OLE color: 6439287.

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

Color convert

RGB 119 65 98 -
CMYK 0 0.45 0.18 0.53
HSL 323.33º 0.29% 0.36% -
HSV(B) 323.33º 0.45% 0.47% -
XYZ 11.7 8.58 12.6 -
YUV 84.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 119 65 98 0 0.45 0.18 0.53 323.33 0.29 0.36
Hex 77 41 62 0 2D 12 35 143 1D 24
Octal 167 101 142 0 55 22 65 503 35 44
Binary 1110111 1000001 1100010 0 101101 10010 110101 101000011 11101 100100

Color Harmonies of #774162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774162

Black with #774162

Text Example


Text Example

White with #774162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774162; }

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

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

background-color css

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

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

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

border-color css

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

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

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