Html Css Color HEX #7B5575 Trendy Pink

📋 copy color: '#7B5575'

red 123 ◦ green 85 ◦ blue 117

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

Shades of Trendy Pink #7B5575

Tints of Trendy Pink #7B5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 37.85%
G = 26.15%
B = 36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B5575 (or 0x7B5575) is known color: Trendy Pink. HEX triplet: 7B, 55 and 75. RGB value is (123,85,117). Sum of RGB (Red+Green+Blue) = 123+85+117=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5575 is #84AA8A. Grayscale: #636363. Windows color (decimal): -8694411 or 7689595. OLE color: 7689595.

HSL color Cylindrical-coordinate representation of color #7B5575: hue angle of 309.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B5575 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 85 117 -
CMYK 0 0.31 0.05 0.52
HSL 309.47º 0.18% 0.41% -
HSV(B) 309.47º 0.31% 0.48% -
XYZ 14.63 11.99 18.37 -
YUV 100.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 123 85 117 0 0.31 0.05 0.52 309.47 0.18 0.41
Hex 7B 55 75 0 1F 5 34 135 12 29
Octal 173 125 165 0 37 5 64 465 22 51
Binary 1111011 1010101 1110101 0 11111 101 110100 100110101 10010 101001

Color Harmonies of #7B5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5575

Black with #7B5575

Text Example


Text Example

White with #7B5575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,85,117); }

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

background-color css

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

 a { background-color: rgb(123,85,117); }

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

border-color css

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

 span { border-color: rgb(123,85,117); }

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