Html Css Color HEX #7C779F Deluge

📋 copy color: '#7C779F'

red 124 ◦ green 119 ◦ blue 159

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

Shades of Deluge #7C779F

Tints of Deluge #7C779F

RGB

 RED value IS 124 (48.83% from 255) = 30.85%

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 30.85%
G = 29.6%
B = 39.55%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C779F (or 0x7C779F) is known color: Deluge. HEX triplet: 7C, 77 and 9F. RGB value is (124,119,159). Sum of RGB (Red+Green+Blue) = 124+119+159=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C779F is #838860. Grayscale: #7C7C7C. Windows color (decimal): -8620129 or 10450812. OLE color: 10450812.

HSL color Cylindrical-coordinate representation of color #7C779F: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C779F is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 119 159 -
CMYK 0.22 0.25 0 0.38
HSL 247.5º 0.17% 0.55% -
HSV(B) 247.5º 0.25% 0.62% -
XYZ 21.17 19.98 35.54 -
YUV 125.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 124 119 159 0.22 0.25 0 0.38 247.5 0.17 0.55
Hex 7C 77 9F 16 19 0 26 F8 11 37
Octal 174 167 237 26 31 0 46 370 21 67
Binary 1111100 1110111 10011111 10110 11001 0 100110 11111000 10001 110111

Color Harmonies of #7C779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C779F

Black with #7C779F

Text Example


Text Example

White with #7C779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,119,159); }

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

background-color css

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

 a { background-color: rgb(124,119,159); }

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

border-color css

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

 span { border-color: rgb(124,119,159); }

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