Html Css Color HEX #775C85 Affair

📋 copy color: '#775C85'

red 119 ◦ green 92 ◦ blue 133

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

Shades of Affair #775C85

Tints of Affair #775C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 34.59%
G = 26.74%
B = 38.66%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#775C85 (or 0x775C85) is known color: Affair. HEX triplet: 77, 5C and 85. RGB value is (119,92,133). Sum of RGB (Red+Green+Blue) = 119+92+133=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #775C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C85 is #88A37A. Grayscale: #686868. Windows color (decimal): -8954747 or 8739959. OLE color: 8739959.

HSL color Cylindrical-coordinate representation of color #775C85: hue angle of 279.51º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #775C85 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 92 133 -
CMYK 0.11 0.31 0 0.48
HSL 279.51º 0.18% 0.44% -
HSV(B) 279.51º 0.31% 0.52% -
XYZ 15.67 13.27 23.93 -
YUV 104.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 119 92 133 0.11 0.31 0 0.48 279.51 0.18 0.44
Hex 77 5C 85 B 1F 0 30 118 12 2C
Octal 167 134 205 13 37 0 60 430 22 54
Binary 1110111 1011100 10000101 1011 11111 0 110000 100011000 10010 101100

Color Harmonies of #775C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C85

Black with #775C85

Text Example


Text Example

White with #775C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C85; }

 p { color: rgb(119,92,133); }

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

background-color css

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

 a { background-color: rgb(119,92,133); }

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

border-color css

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

 span { border-color: rgb(119,92,133); }

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