Html Css Color HEX #775464 Cosmic

📋 copy color: '#775464'

red 119 ◦ green 84 ◦ blue 100

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

Shades of Cosmic #775464

Tints of Cosmic #775464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 39.27%
G = 27.72%
B = 33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#775464 (or 0x775464) is known color: Cosmic. HEX triplet: 77, 54 and 64. RGB value is (119,84,100). Sum of RGB (Red+Green+Blue) = 119+84+100=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775464 is #88AB9B. Grayscale: #606060. Windows color (decimal): -8956828 or 6575223. OLE color: 6575223.

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

Color convert

RGB 119 84 100 -
CMYK 0 0.29 0.16 0.53
HSL 332.57º 0.17% 0.4% -
HSV(B) 332.57º 0.29% 0.47% -
XYZ 13.08 11.18 13.53 -
YUV 96.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 119 84 100 0 0.29 0.16 0.53 332.57 0.17 0.4
Hex 77 54 64 0 1D 10 35 14D 11 28
Octal 167 124 144 0 35 20 65 515 21 50
Binary 1110111 1010100 1100100 0 11101 10000 110101 101001101 10001 101000

Color Harmonies of #775464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775464

Black with #775464

Text Example


Text Example

White with #775464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775464; }

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

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

background-color css

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

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

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

border-color css

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

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

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