Html Css Color HEX #7F779C Deluge

📋 copy color: '#7F779C'

red 127 ◦ green 119 ◦ blue 156

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

Shades of Deluge #7F779C

Tints of Deluge #7F779C

RGB

 RED value IS 127 (50% from 255) = 31.59%

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

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

R = 31.59%
G = 29.6%
B = 38.81%

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

#7F779C (or 0x7F779C) is known color: Deluge. HEX triplet: 7F, 77 and 9C. RGB value is (127,119,156). Sum of RGB (Red+Green+Blue) = 127+119+156=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F779C is #808863. Grayscale: #7D7D7D. Windows color (decimal): -8423524 or 10254207. OLE color: 10254207.

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

Color convert

RGB 127 119 156 -
CMYK 0.19 0.24 0 0.39
HSL 252.97º 0.16% 0.54% -
HSV(B) 252.97º 0.24% 0.61% -
XYZ 21.35 20.11 34.21 -
YUV 125.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 127 119 156 0.19 0.24 0 0.39 252.97 0.16 0.54
Hex 7F 77 9C 13 18 0 27 FD 10 36
Octal 177 167 234 23 30 0 47 375 20 66
Binary 1111111 1110111 10011100 10011 11000 0 100111 11111101 10000 110110

Color Harmonies of #7F779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F779C

Black with #7F779C

Text Example


Text Example

White with #7F779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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