Html Css Color HEX #7B769C Deluge

📋 copy color: '#7B769C'

red 123 ◦ green 118 ◦ blue 156

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

Shades of Deluge #7B769C

Tints of Deluge #7B769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 30.98%
G = 29.72%
B = 39.29%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B769C (or 0x7B769C) is known color: Deluge. HEX triplet: 7B, 76 and 9C. RGB value is (123,118,156). Sum of RGB (Red+Green+Blue) = 123+118+156=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B769C is #848963. Grayscale: #7B7B7B. Windows color (decimal): -8685924 or 10253947. OLE color: 10253947.

HSL color Cylindrical-coordinate representation of color #7B769C: hue angle of 247.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B769C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 118 156 -
CMYK 0.21 0.24 0 0.39
HSL 247.89º 0.16% 0.54% -
HSV(B) 247.89º 0.24% 0.61% -
XYZ 20.65 19.57 34.14 -
YUV 123.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 123 118 156 0.21 0.24 0 0.39 247.89 0.16 0.54
Hex 7B 76 9C 15 18 0 27 F8 10 36
Octal 173 166 234 25 30 0 47 370 20 66
Binary 1111011 1110110 10011100 10101 11000 0 100111 11111000 10000 110110

Color Harmonies of #7B769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B769C

Black with #7B769C

Text Example


Text Example

White with #7B769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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