Html Css Color HEX #762D4E Flirt

📋 copy color: '#762D4E'

red 118 ◦ green 45 ◦ blue 78

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

Shades of Flirt #762D4E

Tints of Flirt #762D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 48.96%
G = 18.67%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#762D4E (or 0x762D4E) is known color: Flirt. HEX triplet: 76, 2D and 4E. RGB value is (118,45,78). Sum of RGB (Red+Green+Blue) = 118+45+78=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #762D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D4E is #89D2B1. Grayscale: #464646. Windows color (decimal): -9032370 or 5123446. OLE color: 5123446.

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

Color convert

RGB 118 45 78 -
CMYK 0 0.62 0.34 0.54
HSL 332.88º 0.45% 0.32% -
HSV(B) 332.88º 0.62% 0.46% -
XYZ 9.78 6.28 7.9 -
YUV 70.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 118 45 78 0 0.62 0.34 0.54 332.88 0.45 0.32
Hex 76 2D 4E 0 3E 22 36 14D 2D 20
Octal 166 55 116 0 76 42 66 515 55 40
Binary 1110110 101101 1001110 0 111110 100010 110110 101001101 101101 100000

Color Harmonies of #762D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D4E

Black with #762D4E

Text Example


Text Example

White with #762D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,78); }

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

background-color css

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

 a { background-color: rgb(118,45,78); }

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

border-color css

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

 span { border-color: rgb(118,45,78); }

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