Html Css Color HEX #7B5074 Trendy Pink

📋 copy color: '#7B5074'

red 123 ◦ green 80 ◦ blue 116

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

Shades of Trendy Pink #7B5074

Tints of Trendy Pink #7B5074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 38.56%
G = 25.08%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B5074 (or 0x7B5074) is known color: Trendy Pink. HEX triplet: 7B, 50 and 74. RGB value is (123,80,116). Sum of RGB (Red+Green+Blue) = 123+80+116=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5074 is #84AF8B. Grayscale: #606060. Windows color (decimal): -8695692 or 7622779. OLE color: 7622779.

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

Color convert

RGB 123 80 116 -
CMYK 0 0.35 0.06 0.52
HSL 309.77º 0.21% 0.4% -
HSV(B) 309.77º 0.35% 0.48% -
XYZ 14.19 11.21 17.94 -
YUV 96.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 123 80 116 0 0.35 0.06 0.52 309.77 0.21 0.4
Hex 7B 50 74 0 23 6 34 136 15 28
Octal 173 120 164 0 43 6 64 466 25 50
Binary 1111011 1010000 1110100 0 100011 110 110100 100110110 10101 101000

Color Harmonies of #7B5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5074

Black with #7B5074

Text Example


Text Example

White with #7B5074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,80,116); }

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

background-color css

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

 a { background-color: rgb(123,80,116); }

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

border-color css

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

 span { border-color: rgb(123,80,116); }

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