Html Css Color HEX #763953 Flirt

📋 copy color: '#763953'

red 118 ◦ green 57 ◦ blue 83

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

Shades of Flirt #763953

Tints of Flirt #763953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 45.74%
G = 22.09%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#763953 (or 0x763953) is known color: Flirt. HEX triplet: 76, 39 and 53. RGB value is (118,57,83). Sum of RGB (Red+Green+Blue) = 118+57+83=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #763953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763953 is #89C6AC. Grayscale: #4E4E4E. Windows color (decimal): -9029293 or 5454198. OLE color: 5454198.

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

Color convert

RGB 118 57 83 -
CMYK 0 0.52 0.30 0.54
HSL 334.43º 0.35% 0.34% -
HSV(B) 334.43º 0.52% 0.46% -
XYZ 10.5 7.4 9.06 -
YUV 78.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 118 57 83 0 0.52 0.30 0.54 334.43 0.35 0.34
Hex 76 39 53 0 34 1E 36 14E 23 22
Octal 166 71 123 0 64 36 66 516 43 42
Binary 1110110 111001 1010011 0 110100 11110 110110 101001110 100011 100010

Color Harmonies of #763953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763953

Black with #763953

Text Example


Text Example

White with #763953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763953; }

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

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

background-color css

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

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

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

border-color css

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

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

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