Html Css Color HEX #775075 Trendy Pink

📋 copy color: '#775075'

red 119 ◦ green 80 ◦ blue 117

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

Shades of Trendy Pink #775075

Tints of Trendy Pink #775075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 37.66%
G = 25.32%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#775075 (or 0x775075) is known color: Trendy Pink. HEX triplet: 77, 50 and 75. RGB value is (119,80,117). Sum of RGB (Red+Green+Blue) = 119+80+117=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775075 is #88AF8A. Grayscale: #5F5F5F. Windows color (decimal): -8957835 or 7688311. OLE color: 7688311.

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

Color convert

RGB 119 80 117 -
CMYK 0 0.33 0.02 0.53
HSL 303.08º 0.2% 0.39% -
HSV(B) 303.08º 0.33% 0.47% -
XYZ 13.69 10.94 18.22 -
YUV 95.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 119 80 117 0 0.33 0.02 0.53 303.08 0.2 0.39
Hex 77 50 75 0 21 2 35 12F 14 27
Octal 167 120 165 0 41 2 65 457 24 47
Binary 1110111 1010000 1110101 0 100001 10 110101 100101111 10100 100111

Color Harmonies of #775075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775075

Black with #775075

Text Example


Text Example

White with #775075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775075; }

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

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

background-color css

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

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

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

border-color css

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

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

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