Html Css Color HEX #765078 Trendy Pink

📋 copy color: '#765078'

red 118 ◦ green 80 ◦ blue 120

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

Shades of Trendy Pink #765078

Tints of Trendy Pink #765078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 37.11%
G = 25.16%
B = 37.74%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765078 (or 0x765078) is known color: Trendy Pink. HEX triplet: 76, 50 and 78. RGB value is (118,80,120). Sum of RGB (Red+Green+Blue) = 118+80+120=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #765078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765078 is #89AF87. Grayscale: #5F5F5F. Windows color (decimal): -9023368 or 7884918. OLE color: 7884918.

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

Color convert

RGB 118 80 120 -
CMYK 0.02 0.33 0 0.53
HSL 297º 0.2% 0.39% -
HSV(B) 297º 0.33% 0.47% -
XYZ 13.73 10.94 19.16 -
YUV 95.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 118 80 120 0.02 0.33 0 0.53 297 0.2 0.39
Hex 76 50 78 2 21 0 35 129 14 27
Octal 166 120 170 2 41 0 65 451 24 47
Binary 1110110 1010000 1111000 10 100001 0 110101 100101001 10100 100111

Color Harmonies of #765078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765078

Black with #765078

Text Example


Text Example

White with #765078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765078; }

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

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

background-color css

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

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

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

border-color css

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

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

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