Html Css Color HEX #7C689F Deluge

📋 copy color: '#7C689F'

red 124 ◦ green 104 ◦ blue 159

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

Shades of Deluge #7C689F

Tints of Deluge #7C689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 32.04%
G = 26.87%
B = 41.09%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C689F (or 0x7C689F) is known color: Deluge. HEX triplet: 7C, 68 and 9F. RGB value is (124,104,159). Sum of RGB (Red+Green+Blue) = 124+104+159=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C689F is #839760. Grayscale: #747474. Windows color (decimal): -8623969 or 10446972. OLE color: 10446972.

HSL color Cylindrical-coordinate representation of color #7C689F: hue angle of 261.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C689F is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 104 159 -
CMYK 0.22 0.35 0 0.38
HSL 261.82º 0.22% 0.52% -
HSV(B) 261.82º 0.35% 0.62% -
XYZ 19.52 16.69 34.99 -
YUV 116.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 124 104 159 0.22 0.35 0 0.38 261.82 0.22 0.52
Hex 7C 68 9F 16 23 0 26 106 16 34
Octal 174 150 237 26 43 0 46 406 26 64
Binary 1111100 1101000 10011111 10110 100011 0 100110 100000110 10110 110100

Color Harmonies of #7C689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C689F

Black with #7C689F

Text Example


Text Example

White with #7C689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,159); }

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

background-color css

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

 a { background-color: rgb(124,104,159); }

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

border-color css

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

 span { border-color: rgb(124,104,159); }

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