Html Css Color HEX #764F73 Trendy Pink

📋 copy color: '#764F73'

red 118 ◦ green 79 ◦ blue 115

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

Shades of Trendy Pink #764F73

Tints of Trendy Pink #764F73

RGB

 RED value IS 118 (46.48% from 255) = 37.82%

 GREEN value IS 79 (31.25% from 255) = 25.32%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 37.82%
G = 25.32%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#764F73 (or 0x764F73) is known color: Trendy Pink. HEX triplet: 76, 4F and 73. RGB value is (118,79,115). Sum of RGB (Red+Green+Blue) = 118+79+115=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #764F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F73 is #89B08C. Grayscale: #5E5E5E. Windows color (decimal): -9023629 or 7556982. OLE color: 7556982.

HSL color Cylindrical-coordinate representation of color #764F73: hue angle of 304.62º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F73 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 115 -
CMYK 0 0.33 0.03 0.54
HSL 304.62º 0.2% 0.39% -
HSV(B) 304.62º 0.33% 0.46% -
XYZ 13.36 10.68 17.58 -
YUV 94.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 118 79 115 0 0.33 0.03 0.54 304.62 0.2 0.39
Hex 76 4F 73 0 21 3 36 131 14 27
Octal 166 117 163 0 41 3 66 461 24 47
Binary 1110110 1001111 1110011 0 100001 11 110110 100110001 10100 100111

Color Harmonies of #764F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F73

Black with #764F73

Text Example


Text Example

White with #764F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F73; }

 p { color: rgb(118,79,115); }

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

background-color css

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

 a { background-color: rgb(118,79,115); }

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

border-color css

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

 span { border-color: rgb(118,79,115); }

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