Html Css Color HEX #728A95 Bermuda Grey

📋 copy color: '#728A95'

red 114 ◦ green 138 ◦ blue 149

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

Shades of Bermuda Grey #728A95

Tints of Bermuda Grey #728A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 28.43%
G = 34.41%
B = 37.16%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728A95 (or 0x728A95) is known color: Bermuda Grey. HEX triplet: 72, 8A and 95. RGB value is (114,138,149). Sum of RGB (Red+Green+Blue) = 114+138+149=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #728A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A95 is #8D756A. Grayscale: #848484. Windows color (decimal): -9270635 or 9800306. OLE color: 9800306.

HSL color Cylindrical-coordinate representation of color #728A95: hue angle of 198.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728A95 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 138 149 -
CMYK 0.23 0.07 0 0.42
HSL 198.86º 0.14% 0.52% -
HSV(B) 198.86º 0.23% 0.58% -
XYZ 21.45 23.92 31.92 -
YUV 132.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 114 138 149 0.23 0.07 0 0.42 198.86 0.14 0.52
Hex 72 8A 95 17 7 0 2A C7 E 34
Octal 162 212 225 27 7 0 52 307 16 64
Binary 1110010 10001010 10010101 10111 111 0 101010 11000111 1110 110100

Color Harmonies of #728A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A95

Black with #728A95

Text Example


Text Example

White with #728A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728A95; }

 p { color: rgb(114,138,149); }

 H1.HeaderClassName
 {
   color: #728A95;
 }
 .AnyTagClassName
 {
   color: #728A95;
 }
</style>

background-color css

<style>
 a { background-color: #728A95; }

 a { background-color: rgb(114,138,149); }

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

border-color css

<style>
 span { border-color: #728A95; }

 span { border-color: rgb(114,138,149); }

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