Html Css Color HEX #764F74 Trendy Pink

📋 copy color: '#764F74'

red 118 ◦ green 79 ◦ blue 116

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

Shades of Trendy Pink #764F74

Tints of Trendy Pink #764F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 37.7%
G = 25.24%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#764F74 (or 0x764F74) is known color: Trendy Pink. HEX triplet: 76, 4F and 74. RGB value is (118,79,116). Sum of RGB (Red+Green+Blue) = 118+79+116=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #764F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F74 is #89B08B. Grayscale: #5E5E5E. Windows color (decimal): -9023628 or 7622518. OLE color: 7622518.

HSL color Cylindrical-coordinate representation of color #764F74: hue angle of 303.08º 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 #764F74 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 116 -
CMYK 0 0.33 0.02 0.54
HSL 303.08º 0.2% 0.39% -
HSV(B) 303.08º 0.33% 0.46% -
XYZ 13.42 10.7 17.88 -
YUV 94.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 118 79 116 0 0.33 0.02 0.54 303.08 0.2 0.39
Hex 76 4F 74 0 21 2 36 12F 14 27
Octal 166 117 164 0 41 2 66 457 24 47
Binary 1110110 1001111 1110100 0 100001 10 110110 100101111 10100 100111

Color Harmonies of #764F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F74

Black with #764F74

Text Example


Text Example

White with #764F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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