Html Css Color HEX #762B5B Flirt

📋 copy color: '#762B5B'

red 118 ◦ green 43 ◦ blue 91

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

Shades of Flirt #762B5B

Tints of Flirt #762B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 46.83%
G = 17.06%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#762B5B (or 0x762B5B) is known color: Flirt. HEX triplet: 76, 2B and 5B. RGB value is (118,43,91). Sum of RGB (Red+Green+Blue) = 118+43+91=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #762B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B5B is #89D4A4. Grayscale: #464646. Windows color (decimal): -9032869 or 5974902. OLE color: 5974902.

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

Color convert

RGB 118 43 91 -
CMYK 0 0.64 0.23 0.54
HSL 321.6º 0.47% 0.32% -
HSV(B) 321.6º 0.64% 0.46% -
XYZ 10.22 6.33 10.58 -
YUV 70.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 118 43 91 0 0.64 0.23 0.54 321.6 0.47 0.32
Hex 76 2B 5B 0 40 17 36 142 2F 20
Octal 166 53 133 0 100 27 66 502 57 40
Binary 1110110 101011 1011011 0 1000000 10111 110110 101000010 101111 100000

Color Harmonies of #762B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B5B

Black with #762B5B

Text Example


Text Example

White with #762B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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