Html Css Color HEX #7E769C Deluge

📋 copy color: '#7E769C'

red 126 ◦ green 118 ◦ blue 156

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

Shades of Deluge #7E769C

Tints of Deluge #7E769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.5%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 31.5%
G = 29.5%
B = 39%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7E769C (or 0x7E769C) is known color: Deluge. HEX triplet: 7E, 76 and 9C. RGB value is (126,118,156). Sum of RGB (Red+Green+Blue) = 126+118+156=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E769C is #818963. Grayscale: #7C7C7C. Windows color (decimal): -8489316 or 10253950. OLE color: 10253950.

HSL color Cylindrical-coordinate representation of color #7E769C: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E769C is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 126 118 156 -
CMYK 0.19 0.24 0 0.39
HSL 252.63º 0.16% 0.54% -
HSV(B) 252.63º 0.24% 0.61% -
XYZ 21.08 19.79 34.16 -
YUV 124.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 126 118 156 0.19 0.24 0 0.39 252.63 0.16 0.54
Hex 7E 76 9C 13 18 0 27 FD 10 36
Octal 176 166 234 23 30 0 47 375 20 66
Binary 1111110 1110110 10011100 10011 11000 0 100111 11111101 10000 110110

Color Harmonies of #7E769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E769C

Black with #7E769C

Text Example


Text Example

White with #7E769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,118,156); }

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

background-color css

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

 a { background-color: rgb(126,118,156); }

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

border-color css

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

 span { border-color: rgb(126,118,156); }

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