Html Css Color HEX #754C4E Solid Pink

📋 copy color: '#754C4E'

red 117 ◦ green 76 ◦ blue 78

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

Shades of Solid Pink #754C4E

Tints of Solid Pink #754C4E

RGB

 RED value IS 117 (46.09% from 255) = 43.17%

 GREEN value IS 76 (30.08% from 255) = 28.04%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 43.17%
G = 28.04%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#754C4E (or 0x754C4E) is known color: Solid Pink. HEX triplet: 75, 4C and 4E. RGB value is (117,76,78). Sum of RGB (Red+Green+Blue) = 117+76+78=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C4E is #8AB3B1. Grayscale: #585858. Windows color (decimal): -9089970 or 5131381. OLE color: 5131381.

HSL color Cylindrical-coordinate representation of color #754C4E: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754C4E is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 78 -
CMYK 0 0.35 0.33 0.54
HSL 357.07º 0.21% 0.38% -
HSV(B) 357.07º 0.35% 0.46% -
XYZ 11.3 9.5 8.45 -
YUV 88.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 117 76 78 0 0.35 0.33 0.54 357.07 0.21 0.38
Hex 75 4C 4E 0 23 21 36 165 15 26
Octal 165 114 116 0 43 41 66 545 25 46
Binary 1110101 1001100 1001110 0 100011 100001 110110 101100101 10101 100110

Color Harmonies of #754C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C4E

Black with #754C4E

Text Example


Text Example

White with #754C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C4E; }

 p { color: rgb(117,76,78); }

 H1.HeaderClassName
 {
   color: #754C4E;
 }
 .AnyTagClassName
 {
   color: #754C4E;
 }
</style>

background-color css

<style>
 a { background-color: #754C4E; }

 a { background-color: rgb(117,76,78); }

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

border-color css

<style>
 span { border-color: #754C4E; }

 span { border-color: rgb(117,76,78); }

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