Html Css Color HEX #763957 Flirt

📋 copy color: '#763957'

red 118 ◦ green 57 ◦ blue 87

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

Shades of Flirt #763957

Tints of Flirt #763957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.76%

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

R = 45.04%
G = 21.76%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#763957 (or 0x763957) is known color: Flirt. HEX triplet: 76, 39 and 57. RGB value is (118,57,87). Sum of RGB (Red+Green+Blue) = 118+57+87=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #763957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763957 is #89C6A8. Grayscale: #4E4E4E. Windows color (decimal): -9029289 or 5716342. OLE color: 5716342.

HSL color Cylindrical-coordinate representation of color #763957: hue angle of 330.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #763957 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 87 -
CMYK 0 0.52 0.26 0.54
HSL 330.49º 0.35% 0.34% -
HSV(B) 330.49º 0.52% 0.46% -
XYZ 10.65 7.47 9.9 -
YUV 78.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 118 57 87 0 0.52 0.26 0.54 330.49 0.35 0.34
Hex 76 39 57 0 34 1A 36 14A 23 22
Octal 166 71 127 0 64 32 66 512 43 42
Binary 1110110 111001 1010111 0 110100 11010 110110 101001010 100011 100010

Color Harmonies of #763957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763957

Black with #763957

Text Example


Text Example

White with #763957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763957; }

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

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

background-color css

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

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

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

border-color css

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

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

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