Html Css Color HEX #7D779C Deluge

📋 copy color: '#7D779C'

red 125 ◦ green 119 ◦ blue 156

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

Shades of Deluge #7D779C

Tints of Deluge #7D779C

RGB

 RED value IS 125 (49.22% from 255) = 31.25%

 GREEN value IS 119 (46.88% from 255) = 29.75%

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

R = 31.25%
G = 29.75%
B = 39%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7D779C (or 0x7D779C) is known color: Deluge. HEX triplet: 7D, 77 and 9C. RGB value is (125,119,156). Sum of RGB (Red+Green+Blue) = 125+119+156=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 119 (46.88% from 255 or 29.75% 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 #7D779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D779C is #828863. Grayscale: #7C7C7C. Windows color (decimal): -8554596 or 10254205. OLE color: 10254205.

HSL color Cylindrical-coordinate representation of color #7D779C: hue angle of 249.73º 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 #7D779C is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 119 156 -
CMYK 0.20 0.24 0 0.39
HSL 249.73º 0.16% 0.54% -
HSV(B) 249.73º 0.24% 0.61% -
XYZ 21.06 19.95 34.19 -
YUV 125.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 125 119 156 0.20 0.24 0 0.39 249.73 0.16 0.54
Hex 7D 77 9C 14 18 0 27 FA 10 36
Octal 175 167 234 24 30 0 47 372 20 66
Binary 1111101 1110111 10011100 10100 11000 0 100111 11111010 10000 110110

Color Harmonies of #7D779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D779C

Black with #7D779C

Text Example


Text Example

White with #7D779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,156); }

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

background-color css

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

 a { background-color: rgb(125,119,156); }

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

border-color css

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

 span { border-color: rgb(125,119,156); }

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