Html Css Color HEX #7E375E Flirt

📋 copy color: '#7E375E'

red 126 ◦ green 55 ◦ blue 94

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

Shades of Flirt #7E375E

Tints of Flirt #7E375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 45.82%
G = 20%
B = 34.18%

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

#7E375E (or 0x7E375E) is known color: Flirt. HEX triplet: 7E, 37 and 5E. RGB value is (126,55,94). Sum of RGB (Red+Green+Blue) = 126+55+94=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E375E is #81C8A1. Grayscale: #505050. Windows color (decimal): -8505506 or 6174590. OLE color: 6174590.

HSL color Cylindrical-coordinate representation of color #7E375E: hue angle of 327.04º 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 #7E375E is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 55 94 -
CMYK 0 0.56 0.25 0.51
HSL 327.04º 0.39% 0.35% -
HSV(B) 327.04º 0.56% 0.49% -
XYZ 11.99 7.98 11.5 -
YUV 80.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 126 55 94 0 0.56 0.25 0.51 327.04 0.39 0.35
Hex 7E 37 5E 0 38 19 33 147 27 23
Octal 176 67 136 0 70 31 63 507 47 43
Binary 1111110 110111 1011110 0 111000 11001 110011 101000111 100111 100011

Color Harmonies of #7E375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E375E

Black with #7E375E

Text Example


Text Example

White with #7E375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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