Html Css Color HEX #7B789C Deluge

📋 copy color: '#7B789C'

red 123 ◦ green 120 ◦ blue 156

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

Shades of Deluge #7B789C

Tints of Deluge #7B789C

RGB

 RED value IS 123 (48.44% from 255) = 30.83%

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 30.83%
G = 30.08%
B = 39.1%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B789C (or 0x7B789C) is known color: Deluge. HEX triplet: 7B, 78 and 9C. RGB value is (123,120,156). Sum of RGB (Red+Green+Blue) = 123+120+156=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B789C is #848763. Grayscale: #7C7C7C. Windows color (decimal): -8685412 or 10254459. OLE color: 10254459.

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

Color convert

RGB 123 120 156 -
CMYK 0.21 0.23 0 0.39
HSL 245º 0.15% 0.54% -
HSV(B) 245º 0.23% 0.61% -
XYZ 20.89 20.04 34.22 -
YUV 125 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 123 120 156 0.21 0.23 0 0.39 245 0.15 0.54
Hex 7B 78 9C 15 17 0 27 F5 F 36
Octal 173 170 234 25 27 0 47 365 17 66
Binary 1111011 1111000 10011100 10101 10111 0 100111 11110101 1111 110110

Color Harmonies of #7B789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B789C

Black with #7B789C

Text Example


Text Example

White with #7B789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,120,156); }

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

background-color css

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

 a { background-color: rgb(123,120,156); }

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

border-color css

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

 span { border-color: rgb(123,120,156); }

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