Html Css Color HEX #7B76AA Deluge

📋 copy color: '#7B76AA'

red 123 ◦ green 118 ◦ blue 170

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

Shades of Deluge #7B76AA

Tints of Deluge #7B76AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 29.93%
G = 28.71%
B = 41.36%

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

#7B76AA (or 0x7B76AA) is known color: Deluge. HEX triplet: 7B, 76 and AA. RGB value is (123,118,170). Sum of RGB (Red+Green+Blue) = 123+118+170=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B76AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B76AA is #848955. Grayscale: #7D7D7D. Windows color (decimal): -8685910 or 11171451. OLE color: 11171451.

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

Color convert

RGB 123 118 170 -
CMYK 0.28 0.31 0 0.33
HSL 245.77º 0.23% 0.56% -
HSV(B) 245.77º 0.31% 0.67% -
XYZ 21.9 20.07 40.75 -
YUV 125.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 123 118 170 0.28 0.31 0 0.33 245.77 0.23 0.56
Hex 7B 76 AA 1C 1F 0 21 F6 17 38
Octal 173 166 252 34 37 0 41 366 27 70
Binary 1111011 1110110 10101010 11100 11111 0 100001 11110110 10111 111000

Color Harmonies of #7B76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B76AA

Black with #7B76AA

Text Example


Text Example

White with #7B76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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