Html Css Color HEX #754C51 Solid Pink

📋 copy color: '#754C51'

red 117 ◦ green 76 ◦ blue 81

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

Shades of Solid Pink #754C51

Tints of Solid Pink #754C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 42.7%
G = 27.74%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#754C51 (or 0x754C51) is known color: Solid Pink. HEX triplet: 75, 4C and 51. RGB value is (117,76,81). Sum of RGB (Red+Green+Blue) = 117+76+81=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C51 is #8AB3AE. Grayscale: #585858. Windows color (decimal): -9089967 or 5327989. OLE color: 5327989.

HSL color Cylindrical-coordinate representation of color #754C51: hue angle of 352.68º 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 #754C51 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 81 -
CMYK 0 0.35 0.31 0.54
HSL 352.68º 0.21% 0.38% -
HSV(B) 352.68º 0.35% 0.46% -
XYZ 11.41 9.54 9.03 -
YUV 88.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 117 76 81 0 0.35 0.31 0.54 352.68 0.21 0.38
Hex 75 4C 51 0 23 1F 36 161 15 26
Octal 165 114 121 0 43 37 66 541 25 46
Binary 1110101 1001100 1010001 0 100011 11111 110110 101100001 10101 100110

Color Harmonies of #754C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C51

Black with #754C51

Text Example


Text Example

White with #754C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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