Html Css Color HEX #763655 Flirt

📋 copy color: '#763655'

red 118 ◦ green 54 ◦ blue 85

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

Shades of Flirt #763655

Tints of Flirt #763655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 45.91%
G = 21.01%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#763655 (or 0x763655) is known color: Flirt. HEX triplet: 76, 36 and 55. RGB value is (118,54,85). Sum of RGB (Red+Green+Blue) = 118+54+85=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763655 is #89C9AA. Grayscale: #4C4C4C. Windows color (decimal): -9030059 or 5584502. OLE color: 5584502.

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

Color convert

RGB 118 54 85 -
CMYK 0 0.54 0.28 0.54
HSL 330.94º 0.37% 0.34% -
HSV(B) 330.94º 0.54% 0.46% -
XYZ 10.43 7.15 9.42 -
YUV 76.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 118 54 85 0 0.54 0.28 0.54 330.94 0.37 0.34
Hex 76 36 55 0 36 1C 36 14B 25 22
Octal 166 66 125 0 66 34 66 513 45 42
Binary 1110110 110110 1010101 0 110110 11100 110110 101001011 100101 100010

Color Harmonies of #763655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763655

Black with #763655

Text Example


Text Example

White with #763655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763655; }

 p { color: rgb(118,54,85); }

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

background-color css

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

 a { background-color: rgb(118,54,85); }

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

border-color css

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

 span { border-color: rgb(118,54,85); }

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