Html Css Color HEX #764C54 Solid Pink

📋 copy color: '#764C54'

red 118 ◦ green 76 ◦ blue 84

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

Shades of Solid Pink #764C54

Tints of Solid Pink #764C54

RGB

 RED value IS 118 (46.48% from 255) = 42.45%

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

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 42.45%
G = 27.34%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#764C54 (or 0x764C54) is known color: Solid Pink. HEX triplet: 76, 4C and 54. RGB value is (118,76,84). Sum of RGB (Red+Green+Blue) = 118+76+84=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #764C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C54 is #89B3AB. Grayscale: #595959. Windows color (decimal): -9024428 or 5524598. OLE color: 5524598.

HSL color Cylindrical-coordinate representation of color #764C54: hue angle of 348.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764C54 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 84 -
CMYK 0 0.36 0.29 0.54
HSL 348.57º 0.22% 0.38% -
HSV(B) 348.57º 0.36% 0.46% -
XYZ 11.66 9.66 9.64 -
YUV 89.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 118 76 84 0 0.36 0.29 0.54 348.57 0.22 0.38
Hex 76 4C 54 0 24 1D 36 15D 16 26
Octal 166 114 124 0 44 35 66 535 26 46
Binary 1110110 1001100 1010100 0 100100 11101 110110 101011101 10110 100110

Color Harmonies of #764C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C54

Black with #764C54

Text Example


Text Example

White with #764C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764C54; }

 p { color: rgb(118,76,84); }

 H1.HeaderClassName
 {
   color: #764C54;
 }
 .AnyTagClassName
 {
   color: #764C54;
 }
</style>

background-color css

<style>
 a { background-color: #764C54; }

 a { background-color: rgb(118,76,84); }

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

border-color css

<style>
 span { border-color: #764C54; }

 span { border-color: rgb(118,76,84); }

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