Html Css Color HEX #765276 Trendy Pink

📋 copy color: '#765276'

red 118 ◦ green 82 ◦ blue 118

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

Shades of Trendy Pink #765276

Tints of Trendy Pink #765276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 37.11%
G = 25.79%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#765276 (or 0x765276) is known color: Trendy Pink. HEX triplet: 76, 52 and 76. RGB value is (118,82,118). Sum of RGB (Red+Green+Blue) = 118+82+118=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765276 is #89AD89. Grayscale: #606060. Windows color (decimal): -9022858 or 7754358. OLE color: 7754358.

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

Color convert

RGB 118 82 118 -
CMYK 0 0.31 0 0.54
HSL 300º 0.18% 0.39% -
HSV(B) 300º 0.31% 0.46% -
XYZ 13.76 11.19 18.58 -
YUV 96.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 118 82 118 0 0.31 0 0.54 300 0.18 0.39
Hex 76 52 76 0 1F 0 36 12C 12 27
Octal 166 122 166 0 37 0 66 454 22 47
Binary 1110110 1010010 1110110 0 11111 0 110110 100101100 10010 100111

Color Harmonies of #765276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765276

Black with #765276

Text Example


Text Example

White with #765276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765276; }

 p { color: rgb(118,82,118); }

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

background-color css

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

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

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

border-color css

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

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

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