Html Css Color HEX #762B4D Flirt

📋 copy color: '#762B4D'

red 118 ◦ green 43 ◦ blue 77

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

Shades of Flirt #762B4D

Tints of Flirt #762B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.07%

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

R = 49.58%
G = 18.07%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#762B4D (or 0x762B4D) is known color: Flirt. HEX triplet: 76, 2B and 4D. RGB value is (118,43,77). Sum of RGB (Red+Green+Blue) = 118+43+77=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #762B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B4D is #89D4B2. Grayscale: #454545. Windows color (decimal): -9032883 or 5057398. OLE color: 5057398.

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

Color convert

RGB 118 43 77 -
CMYK 0 0.64 0.35 0.54
HSL 332.8º 0.47% 0.32% -
HSV(B) 332.8º 0.64% 0.46% -
XYZ 9.67 6.12 7.69 -
YUV 69.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 118 43 77 0 0.64 0.35 0.54 332.8 0.47 0.32
Hex 76 2B 4D 0 40 23 36 14D 2F 20
Octal 166 53 115 0 100 43 66 515 57 40
Binary 1110110 101011 1001101 0 1000000 100011 110110 101001101 101111 100000

Color Harmonies of #762B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B4D

Black with #762B4D

Text Example


Text Example

White with #762B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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