Html Css Color HEX #764B52 Solid Pink

📋 copy color: '#764B52'

red 118 ◦ green 75 ◦ blue 82

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

Shades of Solid Pink #764B52

Tints of Solid Pink #764B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 42.91%
G = 27.27%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#764B52 (or 0x764B52) is known color: Solid Pink. HEX triplet: 76, 4B and 52. RGB value is (118,75,82). Sum of RGB (Red+Green+Blue) = 118+75+82=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B52 is #89B4AD. Grayscale: #585858. Windows color (decimal): -9024686 or 5393270. OLE color: 5393270.

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

Color convert

RGB 118 75 82 -
CMYK 0 0.36 0.31 0.54
HSL 350.23º 0.22% 0.38% -
HSV(B) 350.23º 0.36% 0.46% -
XYZ 11.51 9.49 9.21 -
YUV 88.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 118 75 82 0 0.36 0.31 0.54 350.23 0.22 0.38
Hex 76 4B 52 0 24 1F 36 15E 16 26
Octal 166 113 122 0 44 37 66 536 26 46
Binary 1110110 1001011 1010010 0 100100 11111 110110 101011110 10110 100110

Color Harmonies of #764B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B52

Black with #764B52

Text Example


Text Example

White with #764B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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