Html Css Color HEX #762C52 Flirt

📋 copy color: '#762C52'

red 118 ◦ green 44 ◦ blue 82

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

Shades of Flirt #762C52

Tints of Flirt #762C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 48.36%
G = 18.03%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#762C52 (or 0x762C52) is known color: Flirt. HEX triplet: 76, 2C and 52. RGB value is (118,44,82). Sum of RGB (Red+Green+Blue) = 118+44+82=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #762C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C52 is #89D3AD. Grayscale: #464646. Windows color (decimal): -9032622 or 5385334. OLE color: 5385334.

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

Color convert

RGB 118 44 82 -
CMYK 0 0.63 0.31 0.54
HSL 329.19º 0.46% 0.32% -
HSV(B) 329.19º 0.63% 0.46% -
XYZ 9.89 6.26 8.67 -
YUV 70.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 118 44 82 0 0.63 0.31 0.54 329.19 0.46 0.32
Hex 76 2C 52 0 3F 1F 36 149 2E 20
Octal 166 54 122 0 77 37 66 511 56 40
Binary 1110110 101100 1010010 0 111111 11111 110110 101001001 101110 100000

Color Harmonies of #762C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C52

Black with #762C52

Text Example


Text Example

White with #762C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,82); }

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

background-color css

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

 a { background-color: rgb(118,44,82); }

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

border-color css

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

 span { border-color: rgb(118,44,82); }

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