Html Css Color HEX #763146 Flirt

📋 copy color: '#763146'

red 118 ◦ green 49 ◦ blue 70

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

Shades of Flirt #763146

Tints of Flirt #763146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 49.79%
G = 20.68%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#763146 (or 0x763146) is known color: Flirt. HEX triplet: 76, 31 and 46. RGB value is (118,49,70). Sum of RGB (Red+Green+Blue) = 118+49+70=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763146 is #89CEB9. Grayscale: #484848. Windows color (decimal): -9031354 or 4600182. OLE color: 4600182.

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

Color convert

RGB 118 49 70 -
CMYK 0 0.58 0.41 0.54
HSL 341.74º 0.41% 0.33% -
HSV(B) 341.74º 0.58% 0.46% -
XYZ 9.68 6.49 6.54 -
YUV 72.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 118 49 70 0 0.58 0.41 0.54 341.74 0.41 0.33
Hex 76 31 46 0 3A 29 36 156 29 21
Octal 166 61 106 0 72 51 66 526 51 41
Binary 1110110 110001 1000110 0 111010 101001 110110 101010110 101001 100001

Color Harmonies of #763146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763146

Black with #763146

Text Example


Text Example

White with #763146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763146; }

 p { color: rgb(118,49,70); }

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

background-color css

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

 a { background-color: rgb(118,49,70); }

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

border-color css

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

 span { border-color: rgb(118,49,70); }

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