Html Css Color HEX #7290AB Bermuda Grey

📋 copy color: '#7290AB'

red 114 ◦ green 144 ◦ blue 171

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

Shades of Bermuda Grey #7290AB

Tints of Bermuda Grey #7290AB

RGB

 RED value IS 114 (44.92% from 255) = 26.57%

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 26.57%
G = 33.57%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7290AB (or 0x7290AB) is known color: Bermuda Grey. HEX triplet: 72, 90 and AB. RGB value is (114,144,171). Sum of RGB (Red+Green+Blue) = 114+144+171=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #7290AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7290AB is #8D6F54. Grayscale: #898989. Windows color (decimal): -9269077 or 11243634. OLE color: 11243634.

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

Color convert

RGB 114 144 171 -
CMYK 0.33 0.16 0 0.33
HSL 208.42º 0.25% 0.56% -
HSV(B) 208.42º 0.33% 0.67% -
XYZ 24.26 26.46 42.36 -
YUV 138.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 114 144 171 0.33 0.16 0 0.33 208.42 0.25 0.56
Hex 72 90 AB 21 10 0 21 D0 19 38
Octal 162 220 253 41 20 0 41 320 31 70
Binary 1110010 10010000 10101011 100001 10000 0 100001 11010000 11001 111000

Color Harmonies of #7290AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7290AB

Black with #7290AB

Text Example


Text Example

White with #7290AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7290AB; }

 p { color: rgb(114,144,171); }

 H1.HeaderClassName
 {
   color: #7290AB;
 }
 .AnyTagClassName
 {
   color: #7290AB;
 }
</style>

background-color css

<style>
 a { background-color: #7290AB; }

 a { background-color: rgb(114,144,171); }

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

border-color css

<style>
 span { border-color: #7290AB; }

 span { border-color: rgb(114,144,171); }

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