Html Css Color HEX #764B54 Solid Pink

📋 copy color: '#764B54'

red 118 ◦ green 75 ◦ blue 84

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

Shades of Solid Pink #764B54

Tints of Solid Pink #764B54

RGB

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

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

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

R = 42.6%
G = 27.08%
B = 30.32%

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

#764B54 (or 0x764B54) is known color: Solid Pink. HEX triplet: 76, 4B and 54. RGB value is (118,75,84). Sum of RGB (Red+Green+Blue) = 118+75+84=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B54 is #89B4AB. Grayscale: #585858. Windows color (decimal): -9024684 or 5524342. OLE color: 5524342.

HSL color Cylindrical-coordinate representation of color #764B54: hue angle of 347.44º 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 #764B54 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 84 -
CMYK 0 0.36 0.29 0.54
HSL 347.44º 0.22% 0.38% -
HSV(B) 347.44º 0.36% 0.46% -
XYZ 11.59 9.52 9.62 -
YUV 88.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 118 75 84 0 0.36 0.29 0.54 347.44 0.22 0.38
Hex 76 4B 54 0 24 1D 36 15B 16 26
Octal 166 113 124 0 44 35 66 533 26 46
Binary 1110110 1001011 1010100 0 100100 11101 110110 101011011 10110 100110

Color Harmonies of #764B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B54

Black with #764B54

Text Example


Text Example

White with #764B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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