Html Css Color HEX #762346 Flirt

📋 copy color: '#762346'

red 118 ◦ green 35 ◦ blue 70

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

Shades of Flirt #762346

Tints of Flirt #762346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 70 (27.73% from 255) = 31.39%

R = 52.91%
G = 15.7%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#762346 (or 0x762346) is known color: Flirt. HEX triplet: 76, 23 and 46. RGB value is (118,35,70). Sum of RGB (Red+Green+Blue) = 118+35+70=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762346 is #89DCB9. Grayscale: #3F3F3F. Windows color (decimal): -9034938 or 4596598. OLE color: 4596598.

HSL color Cylindrical-coordinate representation of color #762346: hue angle of 334.7º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762346 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 70 -
CMYK 0 0.70 0.41 0.54
HSL 334.7º 0.54% 0.3% -
HSV(B) 334.7º 0.7% 0.46% -
XYZ 9.18 5.5 6.37 -
YUV 63.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 118 35 70 0 0.70 0.41 0.54 334.7 0.54 0.3
Hex 76 23 46 0 46 29 36 14F 36 1E
Octal 166 43 106 0 106 51 66 517 66 36
Binary 1110110 100011 1000110 0 1000110 101001 110110 101001111 110110 11110

Color Harmonies of #762346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762346

Black with #762346

Text Example


Text Example

White with #762346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762346; }

 p { color: rgb(118,35,70); }

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

background-color css

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

 a { background-color: rgb(118,35,70); }

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

border-color css

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

 span { border-color: rgb(118,35,70); }

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