Html Css Color HEX #7C6C99 Deluge

📋 copy color: '#7C6C99'

red 124 ◦ green 108 ◦ blue 153

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

Shades of Deluge #7C6C99

Tints of Deluge #7C6C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 32.21%
G = 28.05%
B = 39.74%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C6C99 (or 0x7C6C99) is known color: Deluge. HEX triplet: 7C, 6C and 99. RGB value is (124,108,153). Sum of RGB (Red+Green+Blue) = 124+108+153=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C6C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6C99 is #839366. Grayscale: #757575. Windows color (decimal): -8622951 or 10054780. OLE color: 10054780.

HSL color Cylindrical-coordinate representation of color #7C6C99: hue angle of 261.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C6C99 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 108 153 -
CMYK 0.19 0.29 0 0.4
HSL 261.33º 0.18% 0.51% -
HSV(B) 261.33º 0.29% 0.6% -
XYZ 19.42 17.31 32.45 -
YUV 117.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 124 108 153 0.19 0.29 0 0.4 261.33 0.18 0.51
Hex 7C 6C 99 13 1D 0 28 105 12 33
Octal 174 154 231 23 35 0 50 405 22 63
Binary 1111100 1101100 10011001 10011 11101 0 101000 100000101 10010 110011

Color Harmonies of #7C6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6C99

Black with #7C6C99

Text Example


Text Example

White with #7C6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,108,153); }

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

background-color css

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

 a { background-color: rgb(124,108,153); }

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

border-color css

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

 span { border-color: rgb(124,108,153); }

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