Html Css Color HEX #762852 Flirt

📋 copy color: '#762852'

red 118 ◦ green 40 ◦ blue 82

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

Shades of Flirt #762852

Tints of Flirt #762852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 49.17%
G = 16.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#762852 (or 0x762852) is known color: Flirt. HEX triplet: 76, 28 and 52. RGB value is (118,40,82). Sum of RGB (Red+Green+Blue) = 118+40+82=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #762852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762852 is #89D7AD. Grayscale: #444444. Windows color (decimal): -9033646 or 5384310. OLE color: 5384310.

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

Color convert

RGB 118 40 82 -
CMYK 0 0.66 0.31 0.54
HSL 327.69º 0.49% 0.31% -
HSV(B) 327.69º 0.66% 0.46% -
XYZ 9.75 5.98 8.62 -
YUV 68.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 118 40 82 0 0.66 0.31 0.54 327.69 0.49 0.31
Hex 76 28 52 0 42 1F 36 148 31 1F
Octal 166 50 122 0 102 37 66 510 61 37
Binary 1110110 101000 1010010 0 1000010 11111 110110 101001000 110001 11111

Color Harmonies of #762852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762852

Black with #762852

Text Example


Text Example

White with #762852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762852; }

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

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

background-color css

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

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

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

border-color css

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

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

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