Html Css Color HEX #775675 Trendy Pink

📋 copy color: '#775675'

red 119 ◦ green 86 ◦ blue 117

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

Shades of Trendy Pink #775675

Tints of Trendy Pink #775675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

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

R = 36.96%
G = 26.71%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#775675 (or 0x775675) is known color: Trendy Pink. HEX triplet: 77, 56 and 75. RGB value is (119,86,117). Sum of RGB (Red+Green+Blue) = 119+86+117=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #775675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775675 is #88A98A. Grayscale: #636363. Windows color (decimal): -8956299 or 7689847. OLE color: 7689847.

HSL color Cylindrical-coordinate representation of color #775675: hue angle of 303.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775675 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 117 -
CMYK 0 0.28 0.02 0.53
HSL 303.64º 0.16% 0.4% -
HSV(B) 303.64º 0.28% 0.47% -
XYZ 14.15 11.86 18.37 -
YUV 99.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 119 86 117 0 0.28 0.02 0.53 303.64 0.16 0.4
Hex 77 56 75 0 1C 2 35 130 10 28
Octal 167 126 165 0 34 2 65 460 20 50
Binary 1110111 1010110 1110101 0 11100 10 110101 100110000 10000 101000

Color Harmonies of #775675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775675

Black with #775675

Text Example


Text Example

White with #775675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775675; }

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

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

background-color css

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

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

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

border-color css

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

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

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