Html Css Color HEX #7199AC Bermuda Grey

📋 copy color: '#7199AC'

red 113 ◦ green 153 ◦ blue 172

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

Shades of Bermuda Grey #7199AC

Tints of Bermuda Grey #7199AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

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

R = 25.8%
G = 34.93%
B = 39.27%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7199AC (or 0x7199AC) is known color: Bermuda Grey. HEX triplet: 71, 99 and AC. RGB value is (113,153,172). Sum of RGB (Red+Green+Blue) = 113+153+172=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #7199AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7199AC is #8E6653. Grayscale: #8F8F8F. Windows color (decimal): -9332308 or 11311473. OLE color: 11311473.

HSL color Cylindrical-coordinate representation of color #7199AC: hue angle of 199.32º 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 #7199AC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 153 172 -
CMYK 0.34 0.11 0 0.33
HSL 199.32º 0.26% 0.56% -
HSV(B) 199.32º 0.34% 0.67% -
XYZ 25.65 29.27 43.33 -
YUV 143.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 113 153 172 0.34 0.11 0 0.33 199.32 0.26 0.56
Hex 71 99 AC 22 B 0 21 C7 1A 38
Octal 161 231 254 42 13 0 41 307 32 70
Binary 1110001 10011001 10101100 100010 1011 0 100001 11000111 11010 111000

Color Harmonies of #7199AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7199AC

Black with #7199AC

Text Example


Text Example

White with #7199AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,153,172); }

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

background-color css

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

 a { background-color: rgb(113,153,172); }

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

border-color css

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

 span { border-color: rgb(113,153,172); }

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