Html Css Color HEX #7D729D Deluge

📋 copy color: '#7D729D'

red 125 ◦ green 114 ◦ blue 157

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

Shades of Deluge #7D729D

Tints of Deluge #7D729D

RGB

 RED value IS 125 (49.22% from 255) = 31.57%

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

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

R = 31.57%
G = 28.79%
B = 39.65%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D729D (or 0x7D729D) is known color: Deluge. HEX triplet: 7D, 72 and 9D. RGB value is (125,114,157). Sum of RGB (Red+Green+Blue) = 125+114+157=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D729D is #828D62. Grayscale: #7A7A7A. Windows color (decimal): -8555875 or 10318461. OLE color: 10318461.

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

Color convert

RGB 125 114 157 -
CMYK 0.20 0.27 0 0.38
HSL 255.35º 0.18% 0.53% -
HSV(B) 255.35º 0.27% 0.62% -
XYZ 20.56 18.83 34.45 -
YUV 122.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 125 114 157 0.20 0.27 0 0.38 255.35 0.18 0.53
Hex 7D 72 9D 14 1B 0 26 FF 12 35
Octal 175 162 235 24 33 0 46 377 22 65
Binary 1111101 1110010 10011101 10100 11011 0 100110 11111111 10010 110101

Color Harmonies of #7D729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D729D

Black with #7D729D

Text Example


Text Example

White with #7D729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,114,157); }

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

background-color css

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

 a { background-color: rgb(125,114,157); }

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

border-color css

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

 span { border-color: rgb(125,114,157); }

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