Html Css Color HEX #774263 Cosmic

📋 copy color: '#774263'

red 119 ◦ green 66 ◦ blue 99

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

Shades of Cosmic #774263

Tints of Cosmic #774263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 41.9%
G = 23.24%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#774263 (or 0x774263) is known color: Cosmic. HEX triplet: 77, 42 and 63. RGB value is (119,66,99). Sum of RGB (Red+Green+Blue) = 119+66+99=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #774263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774263 is #88BD9C. Grayscale: #555555. Windows color (decimal): -8961437 or 6505079. OLE color: 6505079.

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

Color convert

RGB 119 66 99 -
CMYK 0 0.45 0.17 0.53
HSL 322.64º 0.29% 0.36% -
HSV(B) 322.64º 0.45% 0.47% -
XYZ 11.81 8.72 12.87 -
YUV 85.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 119 66 99 0 0.45 0.17 0.53 322.64 0.29 0.36
Hex 77 42 63 0 2D 11 35 143 1D 24
Octal 167 102 143 0 55 21 65 503 35 44
Binary 1110111 1000010 1100011 0 101101 10001 110101 101000011 11101 100100

Color Harmonies of #774263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774263

Black with #774263

Text Example


Text Example

White with #774263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774263; }

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

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

background-color css

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

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

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

border-color css

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

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

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