Html Css Color HEX #763256 Flirt

📋 copy color: '#763256'

red 118 ◦ green 50 ◦ blue 86

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

Shades of Flirt #763256

Tints of Flirt #763256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 86 (33.98% from 255) = 33.86%

R = 46.46%
G = 19.69%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#763256 (or 0x763256) is known color: Flirt. HEX triplet: 76, 32 and 56. RGB value is (118,50,86). Sum of RGB (Red+Green+Blue) = 118+50+86=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763256 is #89CDA9. Grayscale: #4A4A4A. Windows color (decimal): -9031082 or 5649014. OLE color: 5649014.

HSL color Cylindrical-coordinate representation of color #763256: hue angle of 328.24º degrees, saturation: 0.4, 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 #763256 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 86 -
CMYK 0 0.58 0.27 0.54
HSL 328.24º 0.4% 0.33% -
HSV(B) 328.24º 0.58% 0.46% -
XYZ 10.29 6.8 9.58 -
YUV 74.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 118 50 86 0 0.58 0.27 0.54 328.24 0.4 0.33
Hex 76 32 56 0 3A 1B 36 148 28 21
Octal 166 62 126 0 72 33 66 510 50 41
Binary 1110110 110010 1010110 0 111010 11011 110110 101001000 101000 100001

Color Harmonies of #763256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763256

Black with #763256

Text Example


Text Example

White with #763256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763256; }

 p { color: rgb(118,50,86); }

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

background-color css

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

 a { background-color: rgb(118,50,86); }

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

border-color css

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

 span { border-color: rgb(118,50,86); }

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