Html Css Color HEX #7C769B Deluge

📋 copy color: '#7C769B'

red 124 ◦ green 118 ◦ blue 155

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

Shades of Deluge #7C769B

Tints of Deluge #7C769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 31.23%
G = 29.72%
B = 39.04%

CMYK

 C value IS 0.2

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C769B (or 0x7C769B) is known color: Deluge. HEX triplet: 7C, 76 and 9B. RGB value is (124,118,155). Sum of RGB (Red+Green+Blue) = 124+118+155=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C769B is #838964. Grayscale: #7B7B7B. Windows color (decimal): -8620389 or 10188412. OLE color: 10188412.

HSL color Cylindrical-coordinate representation of color #7C769B: hue angle of 249.73º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C769B is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 118 155 -
CMYK 0.2 0.24 0 0.39
HSL 249.73º 0.16% 0.54% -
HSV(B) 249.73º 0.24% 0.61% -
XYZ 20.71 19.61 33.7 -
YUV 124.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 124 118 155 0.2 0.24 0 0.39 249.73 0.16 0.54
Hex 7C 76 9B 14 18 0 27 FA 10 36
Octal 174 166 233 24 30 0 47 372 20 66
Binary 1111100 1110110 10011011 10100 11000 0 100111 11111010 10000 110110

Color Harmonies of #7C769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C769B

Black with #7C769B

Text Example


Text Example

White with #7C769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,118,155); }

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

background-color css

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

 a { background-color: rgb(124,118,155); }

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

border-color css

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

 span { border-color: rgb(124,118,155); }

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