Html Css Color HEX #762E49 Flirt

📋 copy color: '#762E49'

red 118 ◦ green 46 ◦ blue 73

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

Shades of Flirt #762E49

Tints of Flirt #762E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 49.79%
G = 19.41%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#762E49 (or 0x762E49) is known color: Flirt. HEX triplet: 76, 2E and 49. RGB value is (118,46,73). Sum of RGB (Red+Green+Blue) = 118+46+73=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #762E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E49 is #89D1B6. Grayscale: #464646. Windows color (decimal): -9032119 or 4796022. OLE color: 4796022.

HSL color Cylindrical-coordinate representation of color #762E49: hue angle of 337.5º 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 #762E49 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 46 73 -
CMYK 0 0.61 0.38 0.54
HSL 337.5º 0.44% 0.32% -
HSV(B) 337.5º 0.61% 0.46% -
XYZ 9.65 6.29 7.01 -
YUV 70.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 118 46 73 0 0.61 0.38 0.54 337.5 0.44 0.32
Hex 76 2E 49 0 3D 26 36 152 2C 20
Octal 166 56 111 0 75 46 66 522 54 40
Binary 1110110 101110 1001001 0 111101 100110 110110 101010010 101100 100000

Color Harmonies of #762E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E49

Black with #762E49

Text Example


Text Example

White with #762E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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