Html Css Color HEX #763257 Flirt

📋 copy color: '#763257'

red 118 ◦ green 50 ◦ blue 87

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

Shades of Flirt #763257

Tints of Flirt #763257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 46.27%
G = 19.61%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#763257 (or 0x763257) is known color: Flirt. HEX triplet: 76, 32 and 57. RGB value is (118,50,87). Sum of RGB (Red+Green+Blue) = 118+50+87=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763257 is #89CDA8. Grayscale: #4A4A4A. Windows color (decimal): -9031081 or 5714550. OLE color: 5714550.

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

Color convert

RGB 118 50 87 -
CMYK 0 0.58 0.26 0.54
HSL 327.35º 0.4% 0.33% -
HSV(B) 327.35º 0.58% 0.46% -
XYZ 10.33 6.82 9.79 -
YUV 74.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 118 50 87 0 0.58 0.26 0.54 327.35 0.4 0.33
Hex 76 32 57 0 3A 1A 36 147 28 21
Octal 166 62 127 0 72 32 66 507 50 41
Binary 1110110 110010 1010111 0 111010 11010 110110 101000111 101000 100001

Color Harmonies of #763257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763257

Black with #763257

Text Example


Text Example

White with #763257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763257; }

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

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

background-color css

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

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

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

border-color css

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

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

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