Html Css Color HEX #762D4D Flirt

📋 copy color: '#762D4D'

red 118 ◦ green 45 ◦ blue 77

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

Shades of Flirt #762D4D

Tints of Flirt #762D4D

RGB

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

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

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

R = 49.17%
G = 18.75%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#762D4D (or 0x762D4D) is known color: Flirt. HEX triplet: 76, 2D and 4D. RGB value is (118,45,77). Sum of RGB (Red+Green+Blue) = 118+45+77=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #762D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D4D is #89D2B2. Grayscale: #464646. Windows color (decimal): -9032371 or 5057910. OLE color: 5057910.

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

Color convert

RGB 118 45 77 -
CMYK 0 0.62 0.35 0.54
HSL 333.7º 0.45% 0.32% -
HSV(B) 333.7º 0.62% 0.46% -
XYZ 9.75 6.26 7.72 -
YUV 70.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 118 45 77 0 0.62 0.35 0.54 333.7 0.45 0.32
Hex 76 2D 4D 0 3E 23 36 14E 2D 20
Octal 166 55 115 0 76 43 66 516 55 40
Binary 1110110 101101 1001101 0 111110 100011 110110 101001110 101101 100000

Color Harmonies of #762D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D4D

Black with #762D4D

Text Example


Text Example

White with #762D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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