Html Css Color HEX #855779 Trendy Pink

📋 copy color: '#855779'

red 133 ◦ green 87 ◦ blue 121

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

Shades of Trendy Pink #855779

Tints of Trendy Pink #855779

RGB

 RED value IS 133 (52.34% from 255) = 39%

 GREEN value IS 87 (34.38% from 255) = 25.51%

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 39%
G = 25.51%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#855779 (or 0x855779) is known color: Trendy Pink. HEX triplet: 85, 57 and 79. RGB value is (133,87,121). Sum of RGB (Red+Green+Blue) = 133+87+121=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855779 is #7AA886. Grayscale: #686868. Windows color (decimal): -8038535 or 7952261. OLE color: 7952261.

HSL color Cylindrical-coordinate representation of color #855779: hue angle of 315.65º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855779 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 121 -
CMYK 0 0.35 0.09 0.48
HSL 315.65º 0.21% 0.43% -
HSV(B) 315.65º 0.35% 0.52% -
XYZ 16.53 13.18 19.76 -
YUV 104.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 133 87 121 0 0.35 0.09 0.48 315.65 0.21 0.43
Hex 85 57 79 0 23 9 30 13C 15 2B
Octal 205 127 171 0 43 11 60 474 25 53
Binary 10000101 1010111 1111001 0 100011 1001 110000 100111100 10101 101011

Color Harmonies of #855779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855779

Black with #855779

Text Example


Text Example

White with #855779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855779; }

 p { color: rgb(133,87,121); }

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

background-color css

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

 a { background-color: rgb(133,87,121); }

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

border-color css

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

 span { border-color: rgb(133,87,121); }

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