Html Css Color HEX #7B617B Trendy Pink

📋 copy color: '#7B617B'

red 123 ◦ green 97 ◦ blue 123

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

Shades of Trendy Pink #7B617B

Tints of Trendy Pink #7B617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 35.86%
G = 28.28%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7B617B (or 0x7B617B) is known color: Trendy Pink. HEX triplet: 7B, 61 and 7B. RGB value is (123,97,123). Sum of RGB (Red+Green+Blue) = 123+97+123=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B617B is #849E84. Grayscale: #6B6B6B. Windows color (decimal): -8691333 or 8085883. OLE color: 8085883.

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

Color convert

RGB 123 97 123 -
CMYK 0 0.21 0 0.52
HSL 300º 0.12% 0.43% -
HSV(B) 300º 0.21% 0.48% -
XYZ 16.02 14.19 20.63 -
YUV 107.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 123 97 123 0 0.21 0 0.52 300 0.12 0.43
Hex 7B 61 7B 0 15 0 34 12C C 2B
Octal 173 141 173 0 25 0 64 454 14 53
Binary 1111011 1100001 1111011 0 10101 0 110100 100101100 1100 101011

Color Harmonies of #7B617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B617B

Black with #7B617B

Text Example


Text Example

White with #7B617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,123); }

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

background-color css

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

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

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

border-color css

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

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

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