Html Css Color HEX #7B494A Solid Pink

📋 copy color: '#7B494A'

red 123 ◦ green 73 ◦ blue 74

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

Shades of Solid Pink #7B494A

Tints of Solid Pink #7B494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 45.56%
G = 27.04%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#7B494A (or 0x7B494A) is known color: Solid Pink. HEX triplet: 7B, 49 and 4A. RGB value is (123,73,74). Sum of RGB (Red+Green+Blue) = 123+73+74=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B494A is #84B6B5. Grayscale: #585858. Windows color (decimal): -8697526 or 4868475. OLE color: 4868475.

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

Color convert

RGB 123 73 74 -
CMYK 0 0.41 0.40 0.52
HSL 358.8º 0.26% 0.38% -
HSV(B) 358.8º 0.41% 0.48% -
XYZ 11.79 9.47 7.69 -
YUV 88.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 123 73 74 0 0.41 0.40 0.52 358.8 0.26 0.38
Hex 7B 49 4A 0 29 28 34 167 1A 26
Octal 173 111 112 0 51 50 64 547 32 46
Binary 1111011 1001001 1001010 0 101001 101000 110100 101100111 11010 100110

Color Harmonies of #7B494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B494A

Black with #7B494A

Text Example


Text Example

White with #7B494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,73,74); }

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

background-color css

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

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

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

border-color css

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

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

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