Html Css Color HEX #7191AA Bermuda Grey

📋 copy color: '#7191AA'

red 113 ◦ green 145 ◦ blue 170

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

Shades of Bermuda Grey #7191AA

Tints of Bermuda Grey #7191AA

RGB

 RED value IS 113 (44.53% from 255) = 26.4%

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

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

R = 26.4%
G = 33.88%
B = 39.72%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7191AA (or 0x7191AA) is known color: Bermuda Grey. HEX triplet: 71, 91 and AA. RGB value is (113,145,170). Sum of RGB (Red+Green+Blue) = 113+145+170=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #7191AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7191AA is #8E6E55. Grayscale: #8A8A8A. Windows color (decimal): -9334358 or 11178353. OLE color: 11178353.

HSL color Cylindrical-coordinate representation of color #7191AA: hue angle of 206.32º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7191AA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 145 170 -
CMYK 0.34 0.15 0 0.33
HSL 206.32º 0.25% 0.55% -
HSV(B) 206.32º 0.34% 0.67% -
XYZ 24.19 26.66 41.9 -
YUV 138.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 113 145 170 0.34 0.15 0 0.33 206.32 0.25 0.55
Hex 71 91 AA 22 F 0 21 CE 19 37
Octal 161 221 252 42 17 0 41 316 31 67
Binary 1110001 10010001 10101010 100010 1111 0 100001 11001110 11001 110111

Color Harmonies of #7191AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7191AA

Black with #7191AA

Text Example


Text Example

White with #7191AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7191AA; }

 p { color: rgb(113,145,170); }

 H1.HeaderClassName
 {
   color: #7191AA;
 }
 .AnyTagClassName
 {
   color: #7191AA;
 }
</style>

background-color css

<style>
 a { background-color: #7191AA; }

 a { background-color: rgb(113,145,170); }

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

border-color css

<style>
 span { border-color: #7191AA; }

 span { border-color: rgb(113,145,170); }

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