Html Css Color HEX #7B5378 Trendy Pink

📋 copy color: '#7B5378'

red 123 ◦ green 83 ◦ blue 120

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

Shades of Trendy Pink #7B5378

Tints of Trendy Pink #7B5378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 37.73%
G = 25.46%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B5378 (or 0x7B5378) is known color: Trendy Pink. HEX triplet: 7B, 53 and 78. RGB value is (123,83,120). Sum of RGB (Red+Green+Blue) = 123+83+120=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5378 is #84AC87. Grayscale: #636363. Windows color (decimal): -8694920 or 7885691. OLE color: 7885691.

HSL color Cylindrical-coordinate representation of color #7B5378: hue angle of 304.5º degrees, saturation: 0.19, 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 #7B5378 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 83 120 -
CMYK 0 0.33 0.02 0.52
HSL 304.5º 0.19% 0.4% -
HSV(B) 304.5º 0.33% 0.48% -
XYZ 14.65 11.75 19.27 -
YUV 99.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 123 83 120 0 0.33 0.02 0.52 304.5 0.19 0.4
Hex 7B 53 78 0 21 2 34 130 13 28
Octal 173 123 170 0 41 2 64 460 23 50
Binary 1111011 1010011 1111000 0 100001 10 110100 100110000 10011 101000

Color Harmonies of #7B5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5378

Black with #7B5378

Text Example


Text Example

White with #7B5378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,120); }

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

background-color css

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

 a { background-color: rgb(123,83,120); }

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

border-color css

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

 span { border-color: rgb(123,83,120); }

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