Html Css Color HEX #7E3658 Flirt

📋 copy color: '#7E3658'

red 126 ◦ green 54 ◦ blue 88

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

Shades of Flirt #7E3658

Tints of Flirt #7E3658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.84%

R = 47.01%
G = 20.15%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7E3658 (or 0x7E3658) is known color: Flirt. HEX triplet: 7E, 36 and 58. RGB value is (126,54,88). Sum of RGB (Red+Green+Blue) = 126+54+88=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3658 is #81C9A7. Grayscale: #4F4F4F. Windows color (decimal): -8505768 or 5781118. OLE color: 5781118.

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

Color convert

RGB 126 54 88 -
CMYK 0 0.57 0.30 0.51
HSL 331.67º 0.4% 0.35% -
HSV(B) 331.67º 0.57% 0.49% -
XYZ 11.68 7.78 10.12 -
YUV 79.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 126 54 88 0 0.57 0.30 0.51 331.67 0.4 0.35
Hex 7E 36 58 0 39 1E 33 14C 28 23
Octal 176 66 130 0 71 36 63 514 50 43
Binary 1111110 110110 1011000 0 111001 11110 110011 101001100 101000 100011

Color Harmonies of #7E3658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3658

Black with #7E3658

Text Example


Text Example

White with #7E3658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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