Html Css Color HEX #7B78AC Deluge

📋 copy color: '#7B78AC'

red 123 ◦ green 120 ◦ blue 172

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

Shades of Deluge #7B78AC

Tints of Deluge #7B78AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 29.64%
G = 28.92%
B = 41.45%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B78AC (or 0x7B78AC) is known color: Deluge. HEX triplet: 7B, 78 and AC. RGB value is (123,120,172). Sum of RGB (Red+Green+Blue) = 123+120+172=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B78AC is #848753. Grayscale: #7E7E7E. Windows color (decimal): -8685396 or 11303035. OLE color: 11303035.

HSL color Cylindrical-coordinate representation of color #7B78AC: hue angle of 243.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B78AC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 120 172 -
CMYK 0.28 0.30 0 0.33
HSL 243.46º 0.24% 0.57% -
HSV(B) 243.46º 0.3% 0.67% -
XYZ 22.33 20.62 41.83 -
YUV 126.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 123 120 172 0.28 0.30 0 0.33 243.46 0.24 0.57
Hex 7B 78 AC 1C 1E 0 21 F3 18 39
Octal 173 170 254 34 36 0 41 363 30 71
Binary 1111011 1111000 10101100 11100 11110 0 100001 11110011 11000 111001

Color Harmonies of #7B78AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B78AC

Black with #7B78AC

Text Example


Text Example

White with #7B78AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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