Html Css Color HEX #7C789A Deluge

📋 copy color: '#7C789A'

red 124 ◦ green 120 ◦ blue 154

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

Shades of Deluge #7C789A

Tints of Deluge #7C789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

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

R = 31.16%
G = 30.15%
B = 38.69%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C789A (or 0x7C789A) is known color: Deluge. HEX triplet: 7C, 78 and 9A. RGB value is (124,120,154). Sum of RGB (Red+Green+Blue) = 124+120+154=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789A is #838765. Grayscale: #7C7C7C. Windows color (decimal): -8619878 or 10123388. OLE color: 10123388.

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

Color convert

RGB 124 120 154 -
CMYK 0.19 0.22 0 0.40
HSL 247.06º 0.14% 0.54% -
HSV(B) 247.06º 0.22% 0.6% -
XYZ 20.86 20.05 33.34 -
YUV 125.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 124 120 154 0.19 0.22 0 0.40 247.06 0.14 0.54
Hex 7C 78 9A 13 16 0 28 F7 E 36
Octal 174 170 232 23 26 0 50 367 16 66
Binary 1111100 1111000 10011010 10011 10110 0 101000 11110111 1110 110110

Color Harmonies of #7C789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C789A

Black with #7C789A

Text Example


Text Example

White with #7C789A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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