Html Css Color HEX #775569 Cosmic

📋 copy color: '#775569'

red 119 ◦ green 85 ◦ blue 105

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

Shades of Cosmic #775569

Tints of Cosmic #775569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 38.51%
G = 27.51%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#775569 (or 0x775569) is known color: Cosmic. HEX triplet: 77, 55 and 69. RGB value is (119,85,105). Sum of RGB (Red+Green+Blue) = 119+85+105=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775569 is #88AA96. Grayscale: #616161. Windows color (decimal): -8956567 or 6903159. OLE color: 6903159.

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

Color convert

RGB 119 85 105 -
CMYK 0 0.29 0.12 0.53
HSL 324.71º 0.17% 0.4% -
HSV(B) 324.71º 0.29% 0.47% -
XYZ 13.41 11.44 14.87 -
YUV 97.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 119 85 105 0 0.29 0.12 0.53 324.71 0.17 0.4
Hex 77 55 69 0 1D C 35 145 11 28
Octal 167 125 151 0 35 14 65 505 21 50
Binary 1110111 1010101 1101001 0 11101 1100 110101 101000101 10001 101000

Color Harmonies of #775569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775569

Black with #775569

Text Example


Text Example

White with #775569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775569; }

 p { color: rgb(119,85,105); }

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

background-color css

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

 a { background-color: rgb(119,85,105); }

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

border-color css

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

 span { border-color: rgb(119,85,105); }

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