Html Css Color HEX #7C699A Deluge

📋 copy color: '#7C699A'

red 124 ◦ green 105 ◦ blue 154

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

Shades of Deluge #7C699A

Tints of Deluge #7C699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

 BLUE value IS 154 (60.55% from 255) = 40.21%

R = 32.38%
G = 27.42%
B = 40.21%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C699A (or 0x7C699A) is known color: Deluge. HEX triplet: 7C, 69 and 9A. RGB value is (124,105,154). Sum of RGB (Red+Green+Blue) = 124+105+154=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C699A is #839665. Grayscale: #747474. Windows color (decimal): -8623718 or 10119548. OLE color: 10119548.

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

Color convert

RGB 124 105 154 -
CMYK 0.19 0.32 0 0.40
HSL 263.27º 0.2% 0.51% -
HSV(B) 263.27º 0.32% 0.6% -
XYZ 19.2 16.72 32.79 -
YUV 116.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 124 105 154 0.19 0.32 0 0.40 263.27 0.2 0.51
Hex 7C 69 9A 13 20 0 28 107 14 33
Octal 174 151 232 23 40 0 50 407 24 63
Binary 1111100 1101001 10011010 10011 100000 0 101000 100000111 10100 110011

Color Harmonies of #7C699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C699A

Black with #7C699A

Text Example


Text Example

White with #7C699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,154); }

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

background-color css

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

 a { background-color: rgb(124,105,154); }

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

border-color css

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

 span { border-color: rgb(124,105,154); }

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