Html Css Color HEX #765273 Trendy Pink

📋 copy color: '#765273'

red 118 ◦ green 82 ◦ blue 115

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

Shades of Trendy Pink #765273

Tints of Trendy Pink #765273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 37.46%
G = 26.03%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765273 (or 0x765273) is known color: Trendy Pink. HEX triplet: 76, 52 and 73. RGB value is (118,82,115). Sum of RGB (Red+Green+Blue) = 118+82+115=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #765273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765273 is #89AD8C. Grayscale: #606060. Windows color (decimal): -9022861 or 7557750. OLE color: 7557750.

HSL color Cylindrical-coordinate representation of color #765273: hue angle of 305º 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 #765273 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 115 -
CMYK 0 0.31 0.03 0.54
HSL 305º 0.18% 0.39% -
HSV(B) 305º 0.31% 0.46% -
XYZ 13.58 11.12 17.65 -
YUV 96.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 118 82 115 0 0.31 0.03 0.54 305 0.18 0.39
Hex 76 52 73 0 1F 3 36 131 12 27
Octal 166 122 163 0 37 3 66 461 22 47
Binary 1110110 1010010 1110011 0 11111 11 110110 100110001 10010 100111

Color Harmonies of #765273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765273

Black with #765273

Text Example


Text Example

White with #765273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765273; }

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

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

background-color css

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

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

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

border-color css

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

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

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