Html Css Color HEX #7B769A Deluge

📋 copy color: '#7B769A'

red 123 ◦ green 118 ◦ blue 154

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

Shades of Deluge #7B769A

Tints of Deluge #7B769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

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

R = 31.14%
G = 29.87%
B = 38.99%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B769A (or 0x7B769A) is known color: Deluge. HEX triplet: 7B, 76 and 9A. RGB value is (123,118,154). Sum of RGB (Red+Green+Blue) = 123+118+154=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B769A is #848965. Grayscale: #7B7B7B. Windows color (decimal): -8685926 or 10122875. OLE color: 10122875.

HSL color Cylindrical-coordinate representation of color #7B769A: hue angle of 248.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B769A is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 118 154 -
CMYK 0.20 0.23 0 0.40
HSL 248.33º 0.15% 0.53% -
HSV(B) 248.33º 0.23% 0.6% -
XYZ 20.48 19.5 33.26 -
YUV 123.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 123 118 154 0.20 0.23 0 0.40 248.33 0.15 0.53
Hex 7B 76 9A 14 17 0 28 F8 F 35
Octal 173 166 232 24 27 0 50 370 17 65
Binary 1111011 1110110 10011010 10100 10111 0 101000 11111000 1111 110101

Color Harmonies of #7B769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B769A

Black with #7B769A

Text Example


Text Example

White with #7B769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,118,154); }

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

background-color css

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

 a { background-color: rgb(123,118,154); }

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

border-color css

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

 span { border-color: rgb(123,118,154); }

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