#7990A4

Color #7990A4 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7990A4

Tints of Bermuda Grey #7990A4

Color information

#7990A4 (or 0x7990A4) is unknown color: approx Bermuda Grey. HEX triplet: 79, 90 and A4. RGB value is (121,144,164). Sum of RGB (Red+Green+Blue) = 121+144+164=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 164 - color contains mainly: blue. Hex color #7990A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7990A4 is #866F5B. Grayscale: #8B8B8B. Windows color (decimal): -8810332 or 10784889. OLE color: 10784889.

HSL color Cylindrical-coordinate representation of color #7990A4: hue angle of 207.91º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7990A4 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121144164-
CMYK0.260.1200.36
HSL207.91º19.11%55.88%-
HSV(B)207.91º26.22%64.31%-
XYZ24.5626.6938.98-
YUV139.4141.88114.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=28.21%
G=33.57%
B=38.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211441640.260.1200.36207.9119.1155.88
Hex7990A41AC024d01338
Octal17122024432140443202370
Binary1111001100100001010010011010110001001001101000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7990A4; }

 p { color: rgb(121,144,164); }

 H1.HeaderClassName
 {
   color: #7990A4;
 }
 .AnyTagClassName
 {
   color: #7990A4;
 }
</style>
background-color css

<style>
 a { background-color: #7990A4; }

 a { background-color: rgb(121,144,164); }

 div.DivClassName
 {
   background-color: #7990A4;
 }
 .BgClassName
 {
   background-color: #7990A4;
 }
</style>
border-color css

<style>
 span { border-color: #7990A4; }

 span { border-color: rgb(121,144,164); }

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