Html Css Color HEX #7D4A4B Solid Pink

📋 copy color: '#7D4A4B'

red 125 ◦ green 74 ◦ blue 75

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

Shades of Solid Pink #7D4A4B

Tints of Solid Pink #7D4A4B

RGB

 RED value IS 125 (49.22% from 255) = 45.62%

 GREEN value IS 74 (29.3% from 255) = 27.01%

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 45.62%
G = 27.01%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D4A4B (or 0x7D4A4B) is known color: Solid Pink. HEX triplet: 7D, 4A and 4B. RGB value is (125,74,75). Sum of RGB (Red+Green+Blue) = 125+74+75=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4A4B is #82B5B4. Grayscale: #595959. Windows color (decimal): -8566197 or 4934269. OLE color: 4934269.

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

Color convert

RGB 125 74 75 -
CMYK 0 0.41 0.40 0.51
HSL 358.82º 0.26% 0.39% -
HSV(B) 358.82º 0.41% 0.49% -
XYZ 12.18 9.77 7.9 -
YUV 89.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 125 74 75 0 0.41 0.40 0.51 358.82 0.26 0.39
Hex 7D 4A 4B 0 29 28 33 167 1A 27
Octal 175 112 113 0 51 50 63 547 32 47
Binary 1111101 1001010 1001011 0 101001 101000 110011 101100111 11010 100111

Color Harmonies of #7D4A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A4B

Black with #7D4A4B

Text Example


Text Example

White with #7D4A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,75); }

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

background-color css

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

 a { background-color: rgb(125,74,75); }

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

border-color css

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

 span { border-color: rgb(125,74,75); }

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