Html Css Color HEX #7F729E Deluge

📋 copy color: '#7F729E'

red 127 ◦ green 114 ◦ blue 158

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

Shades of Deluge #7F729E

Tints of Deluge #7F729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.57%

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

R = 31.83%
G = 28.57%
B = 39.6%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F729E (or 0x7F729E) is known color: Deluge. HEX triplet: 7F, 72 and 9E. RGB value is (127,114,158). Sum of RGB (Red+Green+Blue) = 127+114+158=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F729E is #808D61. Grayscale: #7A7A7A. Windows color (decimal): -8424802 or 10383999. OLE color: 10383999.

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

Color convert

RGB 127 114 158 -
CMYK 0.20 0.28 0 0.38
HSL 257.73º 0.18% 0.53% -
HSV(B) 257.73º 0.28% 0.62% -
XYZ 20.94 19.02 34.91 -
YUV 122.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 127 114 158 0.20 0.28 0 0.38 257.73 0.18 0.53
Hex 7F 72 9E 14 1C 0 26 102 12 35
Octal 177 162 236 24 34 0 46 402 22 65
Binary 1111111 1110010 10011110 10100 11100 0 100110 100000010 10010 110101

Color Harmonies of #7F729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F729E

Black with #7F729E

Text Example


Text Example

White with #7F729E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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