Html Css Color HEX #7F729F Deluge

📋 copy color: '#7F729F'

red 127 ◦ green 114 ◦ blue 159

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

Shades of Deluge #7F729F

Tints of Deluge #7F729F

RGB

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

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

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

R = 31.75%
G = 28.5%
B = 39.75%

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

#7F729F (or 0x7F729F) is known color: Deluge. HEX triplet: 7F, 72 and 9F. RGB value is (127,114,159). Sum of RGB (Red+Green+Blue) = 127+114+159=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F729F is #808D60. Grayscale: #7A7A7A. Windows color (decimal): -8424801 or 10449535. OLE color: 10449535.

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

Color convert

RGB 127 114 159 -
CMYK 0.20 0.28 0 0.38
HSL 257.33º 0.19% 0.54% -
HSV(B) 257.33º 0.28% 0.62% -
XYZ 21.03 19.05 35.37 -
YUV 123.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 127 114 159 0.20 0.28 0 0.38 257.33 0.19 0.54
Hex 7F 72 9F 14 1C 0 26 101 13 36
Octal 177 162 237 24 34 0 46 401 23 66
Binary 1111111 1110010 10011111 10100 11100 0 100110 100000001 10011 110110

Color Harmonies of #7F729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F729F

Black with #7F729F

Text Example


Text Example

White with #7F729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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