Html Css Color HEX #775568 Cosmic

📋 copy color: '#775568'

red 119 ◦ green 85 ◦ blue 104

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

Shades of Cosmic #775568

Tints of Cosmic #775568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 38.64%
G = 27.6%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#775568 (or 0x775568) is known color: Cosmic. HEX triplet: 77, 55 and 68. RGB value is (119,85,104). Sum of RGB (Red+Green+Blue) = 119+85+104=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775568 is #88AA97. Grayscale: #616161. Windows color (decimal): -8956568 or 6837623. OLE color: 6837623.

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

Color convert

RGB 119 85 104 -
CMYK 0 0.29 0.13 0.53
HSL 326.47º 0.17% 0.4% -
HSV(B) 326.47º 0.29% 0.47% -
XYZ 13.35 11.42 14.6 -
YUV 97.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 119 85 104 0 0.29 0.13 0.53 326.47 0.17 0.4
Hex 77 55 68 0 1D D 35 146 11 28
Octal 167 125 150 0 35 15 65 506 21 50
Binary 1110111 1010101 1101000 0 11101 1101 110101 101000110 10001 101000

Color Harmonies of #775568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775568

Black with #775568

Text Example


Text Example

White with #775568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775568; }

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

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

background-color css

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

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

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

border-color css

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

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

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