Html Css Color HEX #715372 Trendy Pink

📋 copy color: '#715372'

red 113 ◦ green 83 ◦ blue 114

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

Shades of Trendy Pink #715372

Tints of Trendy Pink #715372

RGB

 RED value IS 113 (44.53% from 255) = 36.45%

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 36.45%
G = 26.77%
B = 36.77%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715372 (or 0x715372) is known color: Trendy Pink. HEX triplet: 71, 53 and 72. RGB value is (113,83,114). Sum of RGB (Red+Green+Blue) = 113+83+114=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #715372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715372 is #8EAC8D. Grayscale: #5F5F5F. Windows color (decimal): -9350286 or 7492465. OLE color: 7492465.

HSL color Cylindrical-coordinate representation of color #715372: hue angle of 298.06º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715372 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 83 114 -
CMYK 0.01 0.27 0 0.55
HSL 298.06º 0.16% 0.39% -
HSV(B) 298.06º 0.27% 0.45% -
XYZ 12.94 10.91 17.34 -
YUV 95.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 113 83 114 0.01 0.27 0 0.55 298.06 0.16 0.39
Hex 71 53 72 1 1B 0 37 12A 10 27
Octal 161 123 162 1 33 0 67 452 20 47
Binary 1110001 1010011 1110010 1 11011 0 110111 100101010 10000 100111

Color Harmonies of #715372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715372

Black with #715372

Text Example


Text Example

White with #715372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715372; }

 p { color: rgb(113,83,114); }

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

background-color css

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

 a { background-color: rgb(113,83,114); }

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

border-color css

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

 span { border-color: rgb(113,83,114); }

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