Html Css Color HEX #7D76AC Deluge

📋 copy color: '#7D76AC'

red 125 ◦ green 118 ◦ blue 172

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

Shades of Deluge #7D76AC

Tints of Deluge #7D76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 30.12%
G = 28.43%
B = 41.45%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D76AC (or 0x7D76AC) is known color: Deluge. HEX triplet: 7D, 76 and AC. RGB value is (125,118,172). Sum of RGB (Red+Green+Blue) = 125+118+172=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D76AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D76AC is #828953. Grayscale: #7E7E7E. Windows color (decimal): -8554836 or 11302525. OLE color: 11302525.

HSL color Cylindrical-coordinate representation of color #7D76AC: hue angle of 247.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D76AC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 118 172 -
CMYK 0.27 0.31 0 0.33
HSL 247.78º 0.25% 0.57% -
HSV(B) 247.78º 0.31% 0.67% -
XYZ 22.38 20.3 41.77 -
YUV 126.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 125 118 172 0.27 0.31 0 0.33 247.78 0.25 0.57
Hex 7D 76 AC 1B 1F 0 21 F8 19 39
Octal 175 166 254 33 37 0 41 370 31 71
Binary 1111101 1110110 10101100 11011 11111 0 100001 11111000 11001 111001

Color Harmonies of #7D76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D76AC

Black with #7D76AC

Text Example


Text Example

White with #7D76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,118,172); }

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

background-color css

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

 a { background-color: rgb(125,118,172); }

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

border-color css

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

 span { border-color: rgb(125,118,172); }

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