Html Css Color HEX #7C75AC Deluge

📋 copy color: '#7C75AC'

red 124 ◦ green 117 ◦ blue 172

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

Shades of Deluge #7C75AC

Tints of Deluge #7C75AC

RGB

 RED value IS 124 (48.83% from 255) = 30.02%

 GREEN value IS 117 (46.09% from 255) = 28.33%

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

R = 30.02%
G = 28.33%
B = 41.65%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C75AC (or 0x7C75AC) is known color: Deluge. HEX triplet: 7C, 75 and AC. RGB value is (124,117,172). Sum of RGB (Red+Green+Blue) = 124+117+172=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C75AC is #838A53. Grayscale: #7D7D7D. Windows color (decimal): -8620628 or 11302268. OLE color: 11302268.

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

Color convert

RGB 124 117 172 -
CMYK 0.28 0.32 0 0.33
HSL 247.64º 0.25% 0.57% -
HSV(B) 247.64º 0.32% 0.67% -
XYZ 22.12 19.99 41.72 -
YUV 125.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 124 117 172 0.28 0.32 0 0.33 247.64 0.25 0.57
Hex 7C 75 AC 1C 20 0 21 F8 19 39
Octal 174 165 254 34 40 0 41 370 31 71
Binary 1111100 1110101 10101100 11100 100000 0 100001 11111000 11001 111001

Color Harmonies of #7C75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C75AC

Black with #7C75AC

Text Example


Text Example

White with #7C75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,172); }

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

background-color css

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

 a { background-color: rgb(124,117,172); }

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

border-color css

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

 span { border-color: rgb(124,117,172); }

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