Html Css Color HEX #7B5273 Trendy Pink

📋 copy color: '#7B5273'

red 123 ◦ green 82 ◦ blue 115

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

Shades of Trendy Pink #7B5273

Tints of Trendy Pink #7B5273

RGB

 RED value IS 123 (48.44% from 255) = 38.44%

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

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

R = 38.44%
G = 25.63%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B5273 (or 0x7B5273) is known color: Trendy Pink. HEX triplet: 7B, 52 and 73. RGB value is (123,82,115). Sum of RGB (Red+Green+Blue) = 123+82+115=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5273 is #84AD8C. Grayscale: #616161. Windows color (decimal): -8695181 or 7557755. OLE color: 7557755.

HSL color Cylindrical-coordinate representation of color #7B5273: hue angle of 311.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5273 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 82 115 -
CMYK 0 0.33 0.07 0.52
HSL 311.71º 0.2% 0.4% -
HSV(B) 311.71º 0.33% 0.48% -
XYZ 14.28 11.48 17.68 -
YUV 98.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 123 82 115 0 0.33 0.07 0.52 311.71 0.2 0.4
Hex 7B 52 73 0 21 7 34 138 14 28
Octal 173 122 163 0 41 7 64 470 24 50
Binary 1111011 1010010 1110011 0 100001 111 110100 100111000 10100 101000

Color Harmonies of #7B5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5273

Black with #7B5273

Text Example


Text Example

White with #7B5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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