Html Css Color HEX #775064 Cosmic

📋 copy color: '#775064'

red 119 ◦ green 80 ◦ blue 100

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

Shades of Cosmic #775064

Tints of Cosmic #775064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

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

R = 39.8%
G = 26.76%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#775064 (or 0x775064) is known color: Cosmic. HEX triplet: 77, 50 and 64. RGB value is (119,80,100). Sum of RGB (Red+Green+Blue) = 119+80+100=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #775064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775064 is #88AF9B. Grayscale: #5D5D5D. Windows color (decimal): -8957852 or 6574199. OLE color: 6574199.

HSL color Cylindrical-coordinate representation of color #775064: hue angle of 329.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775064 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 100 -
CMYK 0 0.33 0.16 0.53
HSL 329.23º 0.2% 0.39% -
HSV(B) 329.23º 0.33% 0.47% -
XYZ 12.78 10.58 13.43 -
YUV 93.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 119 80 100 0 0.33 0.16 0.53 329.23 0.2 0.39
Hex 77 50 64 0 21 10 35 149 14 27
Octal 167 120 144 0 41 20 65 511 24 47
Binary 1110111 1010000 1100100 0 100001 10000 110101 101001001 10100 100111

Color Harmonies of #775064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775064

Black with #775064

Text Example


Text Example

White with #775064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775064; }

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

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

background-color css

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

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

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

border-color css

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

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

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