Html Css Color HEX #762E4D Flirt

📋 copy color: '#762E4D'

red 118 ◦ green 46 ◦ blue 77

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

Shades of Flirt #762E4D

Tints of Flirt #762E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 48.96%
G = 19.09%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#762E4D (or 0x762E4D) is known color: Flirt. HEX triplet: 76, 2E and 4D. RGB value is (118,46,77). Sum of RGB (Red+Green+Blue) = 118+46+77=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #762E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E4D is #89D1B2. Grayscale: #474747. Windows color (decimal): -9032115 or 5058166. OLE color: 5058166.

HSL color Cylindrical-coordinate representation of color #762E4D: hue angle of 334.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E4D is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 77 -
CMYK 0 0.61 0.35 0.54
HSL 334.17º 0.44% 0.32% -
HSV(B) 334.17º 0.61% 0.46% -
XYZ 9.79 6.34 7.73 -
YUV 71.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 118 46 77 0 0.61 0.35 0.54 334.17 0.44 0.32
Hex 76 2E 4D 0 3D 23 36 14E 2C 20
Octal 166 56 115 0 75 43 66 516 54 40
Binary 1110110 101110 1001101 0 111101 100011 110110 101001110 101100 100000

Color Harmonies of #762E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E4D

Black with #762E4D

Text Example


Text Example

White with #762E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762E4D; }

 p { color: rgb(118,46,77); }

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

background-color css

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

 a { background-color: rgb(118,46,77); }

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

border-color css

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

 span { border-color: rgb(118,46,77); }

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