Html Css Color HEX #7E375F Flirt

📋 copy color: '#7E375F'

red 126 ◦ green 55 ◦ blue 95

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

Shades of Flirt #7E375F

Tints of Flirt #7E375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 45.65%
G = 19.93%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7E375F (or 0x7E375F) is known color: Flirt. HEX triplet: 7E, 37 and 5F. RGB value is (126,55,95). Sum of RGB (Red+Green+Blue) = 126+55+95=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E375F is #81C8A0. Grayscale: #505050. Windows color (decimal): -8505505 or 6240126. OLE color: 6240126.

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

Color convert

RGB 126 55 95 -
CMYK 0 0.56 0.25 0.51
HSL 326.2º 0.39% 0.35% -
HSV(B) 326.2º 0.56% 0.49% -
XYZ 12.04 7.99 11.74 -
YUV 80.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 126 55 95 0 0.56 0.25 0.51 326.2 0.39 0.35
Hex 7E 37 5F 0 38 19 33 146 27 23
Octal 176 67 137 0 70 31 63 506 47 43
Binary 1111110 110111 1011111 0 111000 11001 110011 101000110 100111 100011

Color Harmonies of #7E375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E375F

Black with #7E375F

Text Example


Text Example

White with #7E375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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