Html Css Color HEX #7F789A Deluge

📋 copy color: '#7F789A'

red 127 ◦ green 120 ◦ blue 154

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

Shades of Deluge #7F789A

Tints of Deluge #7F789A

RGB

 RED value IS 127 (50% from 255) = 31.67%

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

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

R = 31.67%
G = 29.93%
B = 38.4%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F789A (or 0x7F789A) is known color: Deluge. HEX triplet: 7F, 78 and 9A. RGB value is (127,120,154). Sum of RGB (Red+Green+Blue) = 127+120+154=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F789A is #808765. Grayscale: #7D7D7D. Windows color (decimal): -8423270 or 10123391. OLE color: 10123391.

HSL color Cylindrical-coordinate representation of color #7F789A: hue angle of 252.35º 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 #7F789A is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 120 154 -
CMYK 0.18 0.22 0 0.40
HSL 252.35º 0.14% 0.54% -
HSV(B) 252.35º 0.22% 0.6% -
XYZ 21.3 20.28 33.36 -
YUV 125.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 127 120 154 0.18 0.22 0 0.40 252.35 0.14 0.54
Hex 7F 78 9A 12 16 0 28 FC E 36
Octal 177 170 232 22 26 0 50 374 16 66
Binary 1111111 1111000 10011010 10010 10110 0 101000 11111100 1110 110110

Color Harmonies of #7F789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F789A

Black with #7F789A

Text Example


Text Example

White with #7F789A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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