Html Css Color HEX #763451 Flirt

📋 copy color: '#763451'

red 118 ◦ green 52 ◦ blue 81

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

Shades of Flirt #763451

Tints of Flirt #763451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 47.01%
G = 20.72%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#763451 (or 0x763451) is known color: Flirt. HEX triplet: 76, 34 and 51. RGB value is (118,52,81). Sum of RGB (Red+Green+Blue) = 118+52+81=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #763451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763451 is #89CBAE. Grayscale: #4A4A4A. Windows color (decimal): -9030575 or 5321846. OLE color: 5321846.

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

Color convert

RGB 118 52 81 -
CMYK 0 0.56 0.31 0.54
HSL 333.64º 0.39% 0.33% -
HSV(B) 333.64º 0.56% 0.46% -
XYZ 10.18 6.9 8.58 -
YUV 75.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 118 52 81 0 0.56 0.31 0.54 333.64 0.39 0.33
Hex 76 34 51 0 38 1F 36 14E 27 21
Octal 166 64 121 0 70 37 66 516 47 41
Binary 1110110 110100 1010001 0 111000 11111 110110 101001110 100111 100001

Color Harmonies of #763451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763451

Black with #763451

Text Example


Text Example

White with #763451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763451; }

 p { color: rgb(118,52,81); }

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

background-color css

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

 a { background-color: rgb(118,52,81); }

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

border-color css

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

 span { border-color: rgb(118,52,81); }

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