Html Css Color HEX #7B474A Solid Pink

📋 copy color: '#7B474A'

red 123 ◦ green 71 ◦ blue 74

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

Shades of Solid Pink #7B474A

Tints of Solid Pink #7B474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 45.9%
G = 26.49%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#7B474A (or 0x7B474A) is known color: Solid Pink. HEX triplet: 7B, 47 and 4A. RGB value is (123,71,74). Sum of RGB (Red+Green+Blue) = 123+71+74=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 123 - color contains mainly: red. Hex color #7B474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B474A is #84B8B5. Grayscale: #565656. Windows color (decimal): -8698038 or 4867963. OLE color: 4867963.

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

Color convert

RGB 123 71 74 -
CMYK 0 0.42 0.40 0.52
HSL 356.54º 0.27% 0.38% -
HSV(B) 356.54º 0.42% 0.48% -
XYZ 11.66 9.21 7.64 -
YUV 86.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 123 71 74 0 0.42 0.40 0.52 356.54 0.27 0.38
Hex 7B 47 4A 0 2A 28 34 165 1B 26
Octal 173 107 112 0 52 50 64 545 33 46
Binary 1111011 1000111 1001010 0 101010 101000 110100 101100101 11011 100110

Color Harmonies of #7B474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B474A

Black with #7B474A

Text Example


Text Example

White with #7B474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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