Html Css Color HEX #7B76AC Deluge

📋 copy color: '#7B76AC'

red 123 ◦ green 118 ◦ blue 172

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

Shades of Deluge #7B76AC

Tints of Deluge #7B76AC

RGB

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

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

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

R = 29.78%
G = 28.57%
B = 41.65%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B76AC (or 0x7B76AC) is known color: Deluge. HEX triplet: 7B, 76 and AC. RGB value is (123,118,172). Sum of RGB (Red+Green+Blue) = 123+118+172=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B76AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B76AC is #848953. Grayscale: #7D7D7D. Windows color (decimal): -8685908 or 11302523. OLE color: 11302523.

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

Color convert

RGB 123 118 172 -
CMYK 0.28 0.31 0 0.33
HSL 245.56º 0.25% 0.57% -
HSV(B) 245.56º 0.31% 0.67% -
XYZ 22.09 20.15 41.75 -
YUV 125.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 123 118 172 0.28 0.31 0 0.33 245.56 0.25 0.57
Hex 7B 76 AC 1C 1F 0 21 F6 19 39
Octal 173 166 254 34 37 0 41 366 31 71
Binary 1111011 1110110 10101100 11100 11111 0 100001 11110110 11001 111001

Color Harmonies of #7B76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B76AC

Black with #7B76AC

Text Example


Text Example

White with #7B76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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