Html Css Color HEX #763056 Flirt

📋 copy color: '#763056'

red 118 ◦ green 48 ◦ blue 86

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

Shades of Flirt #763056

Tints of Flirt #763056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

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

R = 46.83%
G = 19.05%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#763056 (or 0x763056) is known color: Flirt. HEX triplet: 76, 30 and 56. RGB value is (118,48,86). Sum of RGB (Red+Green+Blue) = 118+48+86=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #763056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763056 is #89CFA9. Grayscale: #494949. Windows color (decimal): -9031594 or 5648502. OLE color: 5648502.

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

Color convert

RGB 118 48 86 -
CMYK 0 0.59 0.27 0.54
HSL 327.43º 0.42% 0.33% -
HSV(B) 327.43º 0.59% 0.46% -
XYZ 10.21 6.64 9.55 -
YUV 73.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 118 48 86 0 0.59 0.27 0.54 327.43 0.42 0.33
Hex 76 30 56 0 3B 1B 36 147 2A 21
Octal 166 60 126 0 73 33 66 507 52 41
Binary 1110110 110000 1010110 0 111011 11011 110110 101000111 101010 100001

Color Harmonies of #763056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763056

Black with #763056

Text Example


Text Example

White with #763056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763056; }

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

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

background-color css

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

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

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

border-color css

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

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

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