Html Css Color HEX #7C669F Deluge

📋 copy color: '#7C669F'

red 124 ◦ green 102 ◦ blue 159

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

Shades of Deluge #7C669F

Tints of Deluge #7C669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 32.21%
G = 26.49%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C669F (or 0x7C669F) is known color: Deluge. HEX triplet: 7C, 66 and 9F. RGB value is (124,102,159). Sum of RGB (Red+Green+Blue) = 124+102+159=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C669F is #839960. Grayscale: #727272. Windows color (decimal): -8624481 or 10446460. OLE color: 10446460.

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

Color convert

RGB 124 102 159 -
CMYK 0.22 0.36 0 0.38
HSL 263.16º 0.23% 0.51% -
HSV(B) 263.16º 0.36% 0.62% -
XYZ 19.32 16.29 34.93 -
YUV 115.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 124 102 159 0.22 0.36 0 0.38 263.16 0.23 0.51
Hex 7C 66 9F 16 24 0 26 107 17 33
Octal 174 146 237 26 44 0 46 407 27 63
Binary 1111100 1100110 10011111 10110 100100 0 100110 100000111 10111 110011

Color Harmonies of #7C669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C669F

Black with #7C669F

Text Example


Text Example

White with #7C669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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