Html Css Color HEX #7090AC Bermuda Grey

📋 copy color: '#7090AC'

red 112 ◦ green 144 ◦ blue 172

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

Shades of Bermuda Grey #7090AC

Tints of Bermuda Grey #7090AC

RGB

 RED value IS 112 (44.14% from 255) = 26.17%

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 26.17%
G = 33.64%
B = 40.19%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7090AC (or 0x7090AC) is known color: Bermuda Grey. HEX triplet: 70, 90 and AC. RGB value is (112,144,172). Sum of RGB (Red+Green+Blue) = 112+144+172=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #7090AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7090AC is #8F6F53. Grayscale: #898989. Windows color (decimal): -9400148 or 11309168. OLE color: 11309168.

HSL color Cylindrical-coordinate representation of color #7090AC: hue angle of 208º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7090AC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 144 172 -
CMYK 0.35 0.16 0 0.33
HSL 208º 0.27% 0.56% -
HSV(B) 208º 0.35% 0.67% -
XYZ 24.1 26.37 42.85 -
YUV 137.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 112 144 172 0.35 0.16 0 0.33 208 0.27 0.56
Hex 70 90 AC 23 10 0 21 D0 1B 38
Octal 160 220 254 43 20 0 41 320 33 70
Binary 1110000 10010000 10101100 100011 10000 0 100001 11010000 11011 111000

Color Harmonies of #7090AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7090AC

Black with #7090AC

Text Example


Text Example

White with #7090AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7090AC; }

 p { color: rgb(112,144,172); }

 H1.HeaderClassName
 {
   color: #7090AC;
 }
 .AnyTagClassName
 {
   color: #7090AC;
 }
</style>

background-color css

<style>
 a { background-color: #7090AC; }

 a { background-color: rgb(112,144,172); }

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

border-color css

<style>
 span { border-color: #7090AC; }

 span { border-color: rgb(112,144,172); }

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