Html Css Color HEX #77567D Trendy Pink

📋 copy color: '#77567D'

red 119 ◦ green 86 ◦ blue 125

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

Shades of Trendy Pink #77567D

Tints of Trendy Pink #77567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 36.06%
G = 26.06%
B = 37.88%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77567D (or 0x77567D) is known color: Trendy Pink. HEX triplet: 77, 56 and 7D. RGB value is (119,86,125). Sum of RGB (Red+Green+Blue) = 119+86+125=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #77567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77567D is #88A982. Grayscale: #646464. Windows color (decimal): -8956291 or 8214135. OLE color: 8214135.

HSL color Cylindrical-coordinate representation of color #77567D: hue angle of 290.77º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77567D is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 86 125 -
CMYK 0.05 0.31 0 0.51
HSL 290.77º 0.18% 0.41% -
HSV(B) 290.77º 0.31% 0.49% -
XYZ 14.64 12.06 20.96 -
YUV 100.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 119 86 125 0.05 0.31 0 0.51 290.77 0.18 0.41
Hex 77 56 7D 5 1F 0 33 123 12 29
Octal 167 126 175 5 37 0 63 443 22 51
Binary 1110111 1010110 1111101 101 11111 0 110011 100100011 10010 101001

Color Harmonies of #77567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77567D

Black with #77567D

Text Example


Text Example

White with #77567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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