Html Css Color HEX #763B53 Flirt

📋 copy color: '#763B53'

red 118 ◦ green 59 ◦ blue 83

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

Shades of Flirt #763B53

Tints of Flirt #763B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 45.38%
G = 22.69%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#763B53 (or 0x763B53) is known color: Flirt. HEX triplet: 76, 3B and 53. RGB value is (118,59,83). Sum of RGB (Red+Green+Blue) = 118+59+83=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #763B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B53 is #89C4AC. Grayscale: #4F4F4F. Windows color (decimal): -9028781 or 5454710. OLE color: 5454710.

HSL color Cylindrical-coordinate representation of color #763B53: hue angle of 335.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B53 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 83 -
CMYK 0 0.50 0.30 0.54
HSL 335.59º 0.33% 0.35% -
HSV(B) 335.59º 0.5% 0.46% -
XYZ 10.6 7.6 9.09 -
YUV 79.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 118 59 83 0 0.50 0.30 0.54 335.59 0.33 0.35
Hex 76 3B 53 0 32 1E 36 150 21 23
Octal 166 73 123 0 62 36 66 520 41 43
Binary 1110110 111011 1010011 0 110010 11110 110110 101010000 100001 100011

Color Harmonies of #763B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B53

Black with #763B53

Text Example


Text Example

White with #763B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763B53; }

 p { color: rgb(118,59,83); }

 H1.HeaderClassName
 {
   color: #763B53;
 }
 .AnyTagClassName
 {
   color: #763B53;
 }
</style>

background-color css

<style>
 a { background-color: #763B53; }

 a { background-color: rgb(118,59,83); }

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

border-color css

<style>
 span { border-color: #763B53; }

 span { border-color: rgb(118,59,83); }

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