Html Css Color HEX #765478 Trendy Pink

📋 copy color: '#765478'

red 118 ◦ green 84 ◦ blue 120

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

Shades of Trendy Pink #765478

Tints of Trendy Pink #765478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

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

R = 36.65%
G = 26.09%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765478 (or 0x765478) is known color: Trendy Pink. HEX triplet: 76, 54 and 78. RGB value is (118,84,120). Sum of RGB (Red+Green+Blue) = 118+84+120=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #765478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765478 is #89AB87. Grayscale: #626262. Windows color (decimal): -9022344 or 7885942. OLE color: 7885942.

HSL color Cylindrical-coordinate representation of color #765478: hue angle of 296.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765478 is Cyan = 0.02, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 84 120 -
CMYK 0.02 0.3 0 0.53
HSL 296.67º 0.18% 0.4% -
HSV(B) 296.67º 0.3% 0.47% -
XYZ 14.03 11.55 19.26 -
YUV 98.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 118 84 120 0.02 0.3 0 0.53 296.67 0.18 0.4
Hex 76 54 78 2 1E 0 35 129 12 28
Octal 166 124 170 2 36 0 65 451 22 50
Binary 1110110 1010100 1111000 10 11110 0 110101 100101001 10010 101000

Color Harmonies of #765478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765478

Black with #765478

Text Example


Text Example

White with #765478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765478; }

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

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

background-color css

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

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

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

border-color css

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

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

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