Html Css Color HEX #775575 Trendy Pink

📋 copy color: '#775575'

red 119 ◦ green 85 ◦ blue 117

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

Shades of Trendy Pink #775575

Tints of Trendy Pink #775575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 37.07%
G = 26.48%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#775575 (or 0x775575) is known color: Trendy Pink. HEX triplet: 77, 55 and 75. RGB value is (119,85,117). Sum of RGB (Red+Green+Blue) = 119+85+117=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775575 is #88AA8A. Grayscale: #626262. Windows color (decimal): -8956555 or 7689591. OLE color: 7689591.

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

Color convert

RGB 119 85 117 -
CMYK 0 0.29 0.02 0.53
HSL 303.53º 0.17% 0.4% -
HSV(B) 303.53º 0.29% 0.47% -
XYZ 14.07 11.7 18.35 -
YUV 98.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 119 85 117 0 0.29 0.02 0.53 303.53 0.17 0.4
Hex 77 55 75 0 1D 2 35 130 11 28
Octal 167 125 165 0 35 2 65 460 21 50
Binary 1110111 1010101 1110101 0 11101 10 110101 100110000 10001 101000

Color Harmonies of #775575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775575

Black with #775575

Text Example


Text Example

White with #775575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775575; }

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

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

background-color css

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

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

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

border-color css

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

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

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