Html Css Color HEX #7F769D Deluge

📋 copy color: '#7F769D'

red 127 ◦ green 118 ◦ blue 157

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

Shades of Deluge #7F769D

Tints of Deluge #7F769D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 31.59%
G = 29.35%
B = 39.05%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F769D (or 0x7F769D) is known color: Deluge. HEX triplet: 7F, 76 and 9D. RGB value is (127,118,157). Sum of RGB (Red+Green+Blue) = 127+118+157=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F769D is #808962. Grayscale: #7C7C7C. Windows color (decimal): -8423779 or 10319487. OLE color: 10319487.

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

Color convert

RGB 127 118 157 -
CMYK 0.19 0.25 0 0.38
HSL 253.85º 0.17% 0.54% -
HSV(B) 253.85º 0.25% 0.62% -
XYZ 21.32 19.9 34.62 -
YUV 125.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 127 118 157 0.19 0.25 0 0.38 253.85 0.17 0.54
Hex 7F 76 9D 13 19 0 26 FE 11 36
Octal 177 166 235 23 31 0 46 376 21 66
Binary 1111111 1110110 10011101 10011 11001 0 100110 11111110 10001 110110

Color Harmonies of #7F769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F769D

Black with #7F769D

Text Example


Text Example

White with #7F769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,157); }

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

background-color css

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

 a { background-color: rgb(127,118,157); }

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

border-color css

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

 span { border-color: rgb(127,118,157); }

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