Html Css Color HEX #7197AB Bermuda Grey

📋 copy color: '#7197AB'

red 113 ◦ green 151 ◦ blue 171

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

Shades of Bermuda Grey #7197AB

Tints of Bermuda Grey #7197AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

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

R = 25.98%
G = 34.71%
B = 39.31%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7197AB (or 0x7197AB) is known color: Bermuda Grey. HEX triplet: 71, 97 and AB. RGB value is (113,151,171). Sum of RGB (Red+Green+Blue) = 113+151+171=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7197AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7197AB is #8E6854. Grayscale: #8D8D8D. Windows color (decimal): -9332821 or 11245425. OLE color: 11245425.

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

Color convert

RGB 113 151 171 -
CMYK 0.34 0.12 0 0.33
HSL 200.69º 0.26% 0.56% -
HSV(B) 200.69º 0.34% 0.67% -
XYZ 25.23 28.58 42.72 -
YUV 141.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 113 151 171 0.34 0.12 0 0.33 200.69 0.26 0.56
Hex 71 97 AB 22 C 0 21 C9 1A 38
Octal 161 227 253 42 14 0 41 311 32 70
Binary 1110001 10010111 10101011 100010 1100 0 100001 11001001 11010 111000

Color Harmonies of #7197AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7197AB

Black with #7197AB

Text Example


Text Example

White with #7197AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,151,171); }

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

background-color css

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

 a { background-color: rgb(113,151,171); }

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

border-color css

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

 span { border-color: rgb(113,151,171); }

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