Html Css Color HEX #765878 Trendy Pink

📋 copy color: '#765878'

red 118 ◦ green 88 ◦ blue 120

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

Shades of Trendy Pink #765878

Tints of Trendy Pink #765878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 36.2%
G = 26.99%
B = 36.81%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765878 (or 0x765878) is known color: Trendy Pink. HEX triplet: 76, 58 and 78. RGB value is (118,88,120). Sum of RGB (Red+Green+Blue) = 118+88+120=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #765878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765878 is #89A787. Grayscale: #646464. Windows color (decimal): -9021320 or 7886966. OLE color: 7886966.

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

Color convert

RGB 118 88 120 -
CMYK 0.02 0.27 0 0.53
HSL 296.25º 0.15% 0.41% -
HSV(B) 296.25º 0.27% 0.47% -
XYZ 14.35 12.19 19.37 -
YUV 100.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 118 88 120 0.02 0.27 0 0.53 296.25 0.15 0.41
Hex 76 58 78 2 1B 0 35 128 F 29
Octal 166 130 170 2 33 0 65 450 17 51
Binary 1110110 1011000 1111000 10 11011 0 110101 100101000 1111 101001

Color Harmonies of #765878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765878

Black with #765878

Text Example


Text Example

White with #765878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765878; }

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

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

background-color css

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

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

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

border-color css

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

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

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