Html Css Color HEX #774362 Cosmic

📋 copy color: '#774362'

red 119 ◦ green 67 ◦ blue 98

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

Shades of Cosmic #774362

Tints of Cosmic #774362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 41.9%
G = 23.59%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#774362 (or 0x774362) is known color: Cosmic. HEX triplet: 77, 43 and 62. RGB value is (119,67,98). Sum of RGB (Red+Green+Blue) = 119+67+98=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774362 is #88BC9D. Grayscale: #565656. Windows color (decimal): -8961182 or 6439799. OLE color: 6439799.

HSL color Cylindrical-coordinate representation of color #774362: hue angle of 324.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #774362 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 67 98 -
CMYK 0 0.44 0.18 0.53
HSL 324.23º 0.28% 0.36% -
HSV(B) 324.23º 0.44% 0.47% -
XYZ 11.82 8.82 12.63 -
YUV 86.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 119 67 98 0 0.44 0.18 0.53 324.23 0.28 0.36
Hex 77 43 62 0 2C 12 35 144 1C 24
Octal 167 103 142 0 54 22 65 504 34 44
Binary 1110111 1000011 1100010 0 101100 10010 110101 101000100 11100 100100

Color Harmonies of #774362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774362

Black with #774362

Text Example


Text Example

White with #774362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774362; }

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

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

background-color css

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

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

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

border-color css

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

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

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