Html Css Color HEX #786B92 Deluge

📋 copy color: '#786B92'

red 120 ◦ green 107 ◦ blue 146

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

Shades of Deluge #786B92

Tints of Deluge #786B92

RGB

 RED value IS 120 (47.27% from 255) = 32.17%

 GREEN value IS 107 (42.19% from 255) = 28.69%

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 32.17%
G = 28.69%
B = 39.14%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#786B92 (or 0x786B92) is known color: Deluge. HEX triplet: 78, 6B and 92. RGB value is (120,107,146). Sum of RGB (Red+Green+Blue) = 120+107+146=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #786B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B92 is #87946D. Grayscale: #737373. Windows color (decimal): -8885358 or 9595768. OLE color: 9595768.

HSL color Cylindrical-coordinate representation of color #786B92: hue angle of 260º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786B92 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 107 146 -
CMYK 0.18 0.27 0 0.43
HSL 260º 0.15% 0.5% -
HSV(B) 260º 0.27% 0.57% -
XYZ 18.19 16.58 29.44 -
YUV 115.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 120 107 146 0.18 0.27 0 0.43 260 0.15 0.5
Hex 78 6B 92 12 1B 0 2B 104 F 32
Octal 170 153 222 22 33 0 53 404 17 62
Binary 1111000 1101011 10010010 10010 11011 0 101011 100000100 1111 110010

Color Harmonies of #786B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B92

Black with #786B92

Text Example


Text Example

White with #786B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786B92; }

 p { color: rgb(120,107,146); }

 H1.HeaderClassName
 {
   color: #786B92;
 }
 .AnyTagClassName
 {
   color: #786B92;
 }
</style>

background-color css

<style>
 a { background-color: #786B92; }

 a { background-color: rgb(120,107,146); }

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

border-color css

<style>
 span { border-color: #786B92; }

 span { border-color: rgb(120,107,146); }

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