Html Css Color HEX #7E365F Flirt

📋 copy color: '#7E365F'

red 126 ◦ green 54 ◦ blue 95

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

Shades of Flirt #7E365F

Tints of Flirt #7E365F

RGB

 RED value IS 126 (49.61% from 255) = 45.82%

 GREEN value IS 54 (21.48% from 255) = 19.64%

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 45.82%
G = 19.64%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7E365F (or 0x7E365F) is known color: Flirt. HEX triplet: 7E, 36 and 5F. RGB value is (126,54,95). Sum of RGB (Red+Green+Blue) = 126+54+95=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E365F is #81C9A0. Grayscale: #505050. Windows color (decimal): -8505761 or 6239870. OLE color: 6239870.

HSL color Cylindrical-coordinate representation of color #7E365F: hue angle of 325.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E365F is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 54 95 -
CMYK 0 0.57 0.25 0.51
HSL 325.83º 0.4% 0.35% -
HSV(B) 325.83º 0.57% 0.49% -
XYZ 11.99 7.9 11.72 -
YUV 80.2 136.35 160.67 -
System Red Green Blue C M Y K H S L
Decimal 126 54 95 0 0.57 0.25 0.51 325.83 0.4 0.35
Hex 7E 36 5F 0 39 19 33 146 28 23
Octal 176 66 137 0 71 31 63 506 50 43
Binary 1111110 110110 1011111 0 111001 11001 110011 101000110 101000 100011

Color Harmonies of #7E365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E365F

Black with #7E365F

Text Example


Text Example

White with #7E365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E365F; }

 p { color: rgb(126,54,95); }

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

background-color css

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

 a { background-color: rgb(126,54,95); }

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

border-color css

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

 span { border-color: rgb(126,54,95); }

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