Html Css Color HEX #7F729C Deluge

📋 copy color: '#7F729C'

red 127 ◦ green 114 ◦ blue 156

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

Shades of Deluge #7F729C

Tints of Deluge #7F729C

RGB

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

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

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

R = 31.99%
G = 28.72%
B = 39.29%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F729C (or 0x7F729C) is known color: Deluge. HEX triplet: 7F, 72 and 9C. RGB value is (127,114,156). Sum of RGB (Red+Green+Blue) = 127+114+156=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F729C is #808D63. Grayscale: #7A7A7A. Windows color (decimal): -8424804 or 10252927. OLE color: 10252927.

HSL color Cylindrical-coordinate representation of color #7F729C: hue angle of 258.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F729C is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 114 156 -
CMYK 0.19 0.27 0 0.39
HSL 258.57º 0.18% 0.53% -
HSV(B) 258.57º 0.27% 0.61% -
XYZ 20.77 18.95 34.01 -
YUV 122.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 127 114 156 0.19 0.27 0 0.39 258.57 0.18 0.53
Hex 7F 72 9C 13 1B 0 27 103 12 35
Octal 177 162 234 23 33 0 47 403 22 65
Binary 1111111 1110010 10011100 10011 11011 0 100111 100000011 10010 110101

Color Harmonies of #7F729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F729C

Black with #7F729C

Text Example


Text Example

White with #7F729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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