Html Css Color HEX #763755 Flirt

📋 copy color: '#763755'

red 118 ◦ green 55 ◦ blue 85

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

Shades of Flirt #763755

Tints of Flirt #763755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 45.74%
G = 21.32%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#763755 (or 0x763755) is known color: Flirt. HEX triplet: 76, 37 and 55. RGB value is (118,55,85). Sum of RGB (Red+Green+Blue) = 118+55+85=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #763755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763755 is #89C8AA. Grayscale: #4D4D4D. Windows color (decimal): -9029803 or 5584758. OLE color: 5584758.

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

Color convert

RGB 118 55 85 -
CMYK 0 0.53 0.28 0.54
HSL 331.43º 0.36% 0.34% -
HSV(B) 331.43º 0.53% 0.46% -
XYZ 10.48 7.24 9.44 -
YUV 77.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 118 55 85 0 0.53 0.28 0.54 331.43 0.36 0.34
Hex 76 37 55 0 35 1C 36 14B 24 22
Octal 166 67 125 0 65 34 66 513 44 42
Binary 1110110 110111 1010101 0 110101 11100 110110 101001011 100100 100010

Color Harmonies of #763755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763755

Black with #763755

Text Example


Text Example

White with #763755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763755; }

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

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

background-color css

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

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

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

border-color css

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

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

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