Html Css Color HEX #765072 Trendy Pink

📋 copy color: '#765072'

red 118 ◦ green 80 ◦ blue 114

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

Shades of Trendy Pink #765072

Tints of Trendy Pink #765072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 37.82%
G = 25.64%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765072 (or 0x765072) is known color: Trendy Pink. HEX triplet: 76, 50 and 72. RGB value is (118,80,114). Sum of RGB (Red+Green+Blue) = 118+80+114=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #765072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765072 is #89AF8D. Grayscale: #5F5F5F. Windows color (decimal): -9023374 or 7491702. OLE color: 7491702.

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

Color convert

RGB 118 80 114 -
CMYK 0 0.32 0.03 0.54
HSL 306.32º 0.19% 0.39% -
HSV(B) 306.32º 0.32% 0.46% -
XYZ 13.38 10.8 17.3 -
YUV 95.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 118 80 114 0 0.32 0.03 0.54 306.32 0.19 0.39
Hex 76 50 72 0 20 3 36 132 13 27
Octal 166 120 162 0 40 3 66 462 23 47
Binary 1110110 1010000 1110010 0 100000 11 110110 100110010 10011 100111

Color Harmonies of #765072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765072

Black with #765072

Text Example


Text Example

White with #765072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765072; }

 p { color: rgb(118,80,114); }

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

background-color css

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

 a { background-color: rgb(118,80,114); }

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

border-color css

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

 span { border-color: rgb(118,80,114); }

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