Html Css Color HEX #7F759E Deluge

📋 copy color: '#7F759E'

red 127 ◦ green 117 ◦ blue 158

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

Shades of Deluge #7F759E

Tints of Deluge #7F759E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 31.59%
G = 29.1%
B = 39.3%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F759E (or 0x7F759E) is known color: Deluge. HEX triplet: 7F, 75 and 9E. RGB value is (127,117,158). Sum of RGB (Red+Green+Blue) = 127+117+158=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F759E is #808A61. Grayscale: #7C7C7C. Windows color (decimal): -8424034 or 10384767. OLE color: 10384767.

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

Color convert

RGB 127 117 158 -
CMYK 0.20 0.26 0 0.38
HSL 254.63º 0.17% 0.54% -
HSV(B) 254.63º 0.26% 0.62% -
XYZ 21.29 19.7 35.03 -
YUV 124.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 127 117 158 0.20 0.26 0 0.38 254.63 0.17 0.54
Hex 7F 75 9E 14 1A 0 26 FF 11 36
Octal 177 165 236 24 32 0 46 377 21 66
Binary 1111111 1110101 10011110 10100 11010 0 100110 11111111 10001 110110

Color Harmonies of #7F759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F759E

Black with #7F759E

Text Example


Text Example

White with #7F759E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,158); }

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

background-color css

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

 a { background-color: rgb(127,117,158); }

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

border-color css

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

 span { border-color: rgb(127,117,158); }

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