Html Css Color HEX #775463 Cosmic

📋 copy color: '#775463'

red 119 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #775463

Tints of Cosmic #775463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 39.4%
G = 27.81%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#775463 (or 0x775463) is known color: Cosmic. HEX triplet: 77, 54 and 63. RGB value is (119,84,99). Sum of RGB (Red+Green+Blue) = 119+84+99=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775463 is #88AB9C. Grayscale: #606060. Windows color (decimal): -8956829 or 6509687. OLE color: 6509687.

HSL color Cylindrical-coordinate representation of color #775463: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775463 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 99 -
CMYK 0 0.29 0.17 0.53
HSL 334.29º 0.17% 0.4% -
HSV(B) 334.29º 0.29% 0.47% -
XYZ 13.03 11.16 13.27 -
YUV 96.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 119 84 99 0 0.29 0.17 0.53 334.29 0.17 0.4
Hex 77 54 63 0 1D 11 35 14E 11 28
Octal 167 124 143 0 35 21 65 516 21 50
Binary 1110111 1010100 1100011 0 11101 10001 110101 101001110 10001 101000

Color Harmonies of #775463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775463

Black with #775463

Text Example


Text Example

White with #775463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775463; }

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

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

background-color css

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

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

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

border-color css

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

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

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