Html Css Color HEX #775875 Trendy Pink

📋 copy color: '#775875'

red 119 ◦ green 88 ◦ blue 117

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

Shades of Trendy Pink #775875

Tints of Trendy Pink #775875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 36.73%
G = 27.16%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#775875 (or 0x775875) is known color: Trendy Pink. HEX triplet: 77, 58 and 75. RGB value is (119,88,117). Sum of RGB (Red+Green+Blue) = 119+88+117=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775875 is #88A78A. Grayscale: #646464. Windows color (decimal): -8955787 or 7690359. OLE color: 7690359.

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

Color convert

RGB 119 88 117 -
CMYK 0 0.26 0.02 0.53
HSL 303.87º 0.15% 0.41% -
HSV(B) 303.87º 0.26% 0.47% -
XYZ 14.31 12.19 18.43 -
YUV 100.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 119 88 117 0 0.26 0.02 0.53 303.87 0.15 0.41
Hex 77 58 75 0 1A 2 35 130 F 29
Octal 167 130 165 0 32 2 65 460 17 51
Binary 1110111 1011000 1110101 0 11010 10 110101 100110000 1111 101001

Color Harmonies of #775875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775875

Black with #775875

Text Example


Text Example

White with #775875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775875; }

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

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

background-color css

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

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

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

border-color css

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

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

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