Html Css Color HEX #762E48 Flirt

📋 copy color: '#762E48'

red 118 ◦ green 46 ◦ blue 72

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

Shades of Flirt #762E48

Tints of Flirt #762E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 50%
G = 19.49%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#762E48 (or 0x762E48) is known color: Flirt. HEX triplet: 76, 2E and 48. RGB value is (118,46,72). Sum of RGB (Red+Green+Blue) = 118+46+72=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #762E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E48 is #89D1B7. Grayscale: #464646. Windows color (decimal): -9032120 or 4730486. OLE color: 4730486.

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

Color convert

RGB 118 46 72 -
CMYK 0 0.61 0.39 0.54
HSL 338.33º 0.44% 0.32% -
HSV(B) 338.33º 0.61% 0.46% -
XYZ 9.62 6.27 6.83 -
YUV 70.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 118 46 72 0 0.61 0.39 0.54 338.33 0.44 0.32
Hex 76 2E 48 0 3D 27 36 152 2C 20
Octal 166 56 110 0 75 47 66 522 54 40
Binary 1110110 101110 1001000 0 111101 100111 110110 101010010 101100 100000

Color Harmonies of #762E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E48

Black with #762E48

Text Example


Text Example

White with #762E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,46,72); }

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

background-color css

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

 a { background-color: rgb(118,46,72); }

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

border-color css

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

 span { border-color: rgb(118,46,72); }

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