Html Css Color HEX #7A788F Deluge

📋 copy color: '#7A788F'

red 122 ◦ green 120 ◦ blue 143

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

Shades of Deluge #7A788F

Tints of Deluge #7A788F

RGB

 RED value IS 122 (48.05% from 255) = 31.69%

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 31.69%
G = 31.17%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A788F (or 0x7A788F) is known color: Deluge. HEX triplet: 7A, 78 and 8F. RGB value is (122,120,143). Sum of RGB (Red+Green+Blue) = 122+120+143=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788F is #858770. Grayscale: #7B7B7B. Windows color (decimal): -8750961 or 9402490. OLE color: 9402490.

HSL color Cylindrical-coordinate representation of color #7A788F: hue angle of 245.22º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A788F is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 120 143 -
CMYK 0.15 0.16 0 0.44
HSL 245.22º 0.09% 0.52% -
HSV(B) 245.22º 0.16% 0.56% -
XYZ 19.7 19.55 28.72 -
YUV 123.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 122 120 143 0.15 0.16 0 0.44 245.22 0.09 0.52
Hex 7A 78 8F F 10 0 2C F5 9 34
Octal 172 170 217 17 20 0 54 365 11 64
Binary 1111010 1111000 10001111 1111 10000 0 101100 11110101 1001 110100

Color Harmonies of #7A788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A788F

Black with #7A788F

Text Example


Text Example

White with #7A788F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,143); }

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

background-color css

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

 a { background-color: rgb(122,120,143); }

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

border-color css

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

 span { border-color: rgb(122,120,143); }

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