Html Css Color HEX #728D98 Bermuda Grey

📋 copy color: '#728D98'

red 114 ◦ green 141 ◦ blue 152

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

Shades of Bermuda Grey #728D98

Tints of Bermuda Grey #728D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 28.01%
G = 34.64%
B = 37.35%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#728D98 (or 0x728D98) is known color: Bermuda Grey. HEX triplet: 72, 8D and 98. RGB value is (114,141,152). Sum of RGB (Red+Green+Blue) = 114+141+152=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #728D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D98 is #8D7267. Grayscale: #868686. Windows color (decimal): -9269864 or 9997682. OLE color: 9997682.

HSL color Cylindrical-coordinate representation of color #728D98: hue angle of 197.37º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728D98 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 141 152 -
CMYK 0.25 0.07 0 0.40
HSL 197.37º 0.16% 0.52% -
HSV(B) 197.37º 0.25% 0.6% -
XYZ 22.13 24.89 33.34 -
YUV 134.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 114 141 152 0.25 0.07 0 0.40 197.37 0.16 0.52
Hex 72 8D 98 19 7 0 28 C5 10 34
Octal 162 215 230 31 7 0 50 305 20 64
Binary 1110010 10001101 10011000 11001 111 0 101000 11000101 10000 110100

Color Harmonies of #728D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728D98

Black with #728D98

Text Example


Text Example

White with #728D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,152); }

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

background-color css

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

 a { background-color: rgb(114,141,152); }

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

border-color css

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

 span { border-color: rgb(114,141,152); }

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