Html Css Color HEX #762B54 Flirt

📋 copy color: '#762B54'

red 118 ◦ green 43 ◦ blue 84

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

Shades of Flirt #762B54

Tints of Flirt #762B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 48.16%
G = 17.55%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#762B54 (or 0x762B54) is known color: Flirt. HEX triplet: 76, 2B and 54. RGB value is (118,43,84). Sum of RGB (Red+Green+Blue) = 118+43+84=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #762B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B54 is #89D4AB. Grayscale: #464646. Windows color (decimal): -9032876 or 5516150. OLE color: 5516150.

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

Color convert

RGB 118 43 84 -
CMYK 0 0.64 0.29 0.54
HSL 327.2º 0.47% 0.32% -
HSV(B) 327.2º 0.64% 0.46% -
XYZ 9.94 6.22 9.06 -
YUV 70.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 118 43 84 0 0.64 0.29 0.54 327.2 0.47 0.32
Hex 76 2B 54 0 40 1D 36 147 2F 20
Octal 166 53 124 0 100 35 66 507 57 40
Binary 1110110 101011 1010100 0 1000000 11101 110110 101000111 101111 100000

Color Harmonies of #762B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B54

Black with #762B54

Text Example


Text Example

White with #762B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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