Html Css Color HEX #7E375C Flirt

📋 copy color: '#7E375C'

red 126 ◦ green 55 ◦ blue 92

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

Shades of Flirt #7E375C

Tints of Flirt #7E375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 46.15%
G = 20.15%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7E375C (or 0x7E375C) is known color: Flirt. HEX triplet: 7E, 37 and 5C. RGB value is (126,55,92). Sum of RGB (Red+Green+Blue) = 126+55+92=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E375C is #81C8A3. Grayscale: #505050. Windows color (decimal): -8505508 or 6043518. OLE color: 6043518.

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

Color convert

RGB 126 55 92 -
CMYK 0 0.56 0.27 0.51
HSL 328.73º 0.39% 0.35% -
HSV(B) 328.73º 0.56% 0.49% -
XYZ 11.9 7.94 11.03 -
YUV 80.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 126 55 92 0 0.56 0.27 0.51 328.73 0.39 0.35
Hex 7E 37 5C 0 38 1B 33 149 27 23
Octal 176 67 134 0 70 33 63 511 47 43
Binary 1111110 110111 1011100 0 111000 11011 110011 101001001 100111 100011

Color Harmonies of #7E375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E375C

Black with #7E375C

Text Example


Text Example

White with #7E375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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