Html Css Color HEX #7B617F Trendy Pink

📋 copy color: '#7B617F'

red 123 ◦ green 97 ◦ blue 127

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

Shades of Trendy Pink #7B617F

Tints of Trendy Pink #7B617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 35.45%
G = 27.95%
B = 36.6%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B617F (or 0x7B617F) is known color: Trendy Pink. HEX triplet: 7B, 61 and 7F. RGB value is (123,97,127). Sum of RGB (Red+Green+Blue) = 123+97+127=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B617F is #849E80. Grayscale: #6C6C6C. Windows color (decimal): -8691329 or 8348027. OLE color: 8348027.

HSL color Cylindrical-coordinate representation of color #7B617F: hue angle of 292º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B617F is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 97 127 -
CMYK 0.03 0.24 0 0.50
HSL 292º 0.13% 0.44% -
HSV(B) 292º 0.24% 0.5% -
XYZ 16.27 14.29 21.98 -
YUV 108.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 123 97 127 0.03 0.24 0 0.50 292 0.13 0.44
Hex 7B 61 7F 3 18 0 32 124 D 2C
Octal 173 141 177 3 30 0 62 444 15 54
Binary 1111011 1100001 1111111 11 11000 0 110010 100100100 1101 101100

Color Harmonies of #7B617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B617F

Black with #7B617F

Text Example


Text Example

White with #7B617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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