Html Css Color HEX #7291AB Bermuda Grey

📋 copy color: '#7291AB'

red 114 ◦ green 145 ◦ blue 171

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

Shades of Bermuda Grey #7291AB

Tints of Bermuda Grey #7291AB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

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

R = 26.51%
G = 33.72%
B = 39.77%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7291AB (or 0x7291AB) is known color: Bermuda Grey. HEX triplet: 72, 91 and AB. RGB value is (114,145,171). Sum of RGB (Red+Green+Blue) = 114+145+171=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #7291AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7291AB is #8D6E54. Grayscale: #8A8A8A. Windows color (decimal): -9268821 or 11243890. OLE color: 11243890.

HSL color Cylindrical-coordinate representation of color #7291AB: hue angle of 207.37º 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 #7291AB is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 145 171 -
CMYK 0.33 0.15 0 0.33
HSL 207.37º 0.25% 0.56% -
HSV(B) 207.37º 0.33% 0.67% -
XYZ 24.42 26.77 42.41 -
YUV 138.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 114 145 171 0.33 0.15 0 0.33 207.37 0.25 0.56
Hex 72 91 AB 21 F 0 21 CF 19 38
Octal 162 221 253 41 17 0 41 317 31 70
Binary 1110010 10010001 10101011 100001 1111 0 100001 11001111 11001 111000

Color Harmonies of #7291AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7291AB

Black with #7291AB

Text Example


Text Example

White with #7291AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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