Html Css Color HEX #7E709A Deluge

📋 copy color: '#7E709A'

red 126 ◦ green 112 ◦ blue 154

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

Shades of Deluge #7E709A

Tints of Deluge #7E709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 154 (60.55% from 255) = 39.29%

R = 32.14%
G = 28.57%
B = 39.29%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7E709A (or 0x7E709A) is known color: Deluge. HEX triplet: 7E, 70 and 9A. RGB value is (126,112,154). Sum of RGB (Red+Green+Blue) = 126+112+154=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #7E709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E709A is #818F65. Grayscale: #787878. Windows color (decimal): -8490854 or 10121342. OLE color: 10121342.

HSL color Cylindrical-coordinate representation of color #7E709A: hue angle of 260º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E709A is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 126 112 154 -
CMYK 0.18 0.27 0 0.40
HSL 260º 0.17% 0.52% -
HSV(B) 260º 0.27% 0.6% -
XYZ 20.23 18.36 33.05 -
YUV 120.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 126 112 154 0.18 0.27 0 0.40 260 0.17 0.52
Hex 7E 70 9A 12 1B 0 28 104 11 34
Octal 176 160 232 22 33 0 50 404 21 64
Binary 1111110 1110000 10011010 10010 11011 0 101000 100000100 10001 110100

Color Harmonies of #7E709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E709A

Black with #7E709A

Text Example


Text Example

White with #7E709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,112,154); }

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

background-color css

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

 a { background-color: rgb(126,112,154); }

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

border-color css

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

 span { border-color: rgb(126,112,154); }

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