Html Css Color HEX #7C4B4C Solid Pink

📋 copy color: '#7C4B4C'

red 124 ◦ green 75 ◦ blue 76

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

Shades of Solid Pink #7C4B4C

Tints of Solid Pink #7C4B4C

RGB

 RED value IS 124 (48.83% from 255) = 45.09%

 GREEN value IS 75 (29.69% from 255) = 27.27%

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 45.09%
G = 27.27%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C4B4C (or 0x7C4B4C) is known color: Solid Pink. HEX triplet: 7C, 4B and 4C. RGB value is (124,75,76). Sum of RGB (Red+Green+Blue) = 124+75+76=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4B4C is #83B4B3. Grayscale: #595959. Windows color (decimal): -8631476 or 5000060. OLE color: 5000060.

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

Color convert

RGB 124 75 76 -
CMYK 0 0.40 0.39 0.51
HSL 358.78º 0.25% 0.39% -
HSV(B) 358.78º 0.4% 0.49% -
XYZ 12.13 9.84 8.1 -
YUV 89.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 124 75 76 0 0.40 0.39 0.51 358.78 0.25 0.39
Hex 7C 4B 4C 0 28 27 33 167 19 27
Octal 174 113 114 0 50 47 63 547 31 47
Binary 1111100 1001011 1001100 0 101000 100111 110011 101100111 11001 100111

Color Harmonies of #7C4B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4B4C

Black with #7C4B4C

Text Example


Text Example

White with #7C4B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,75,76); }

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

background-color css

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

 a { background-color: rgb(124,75,76); }

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

border-color css

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

 span { border-color: rgb(124,75,76); }

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