Html Css Color HEX #728895 Bermuda Grey

📋 copy color: '#728895'

red 114 ◦ green 136 ◦ blue 149

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

Shades of Bermuda Grey #728895

Tints of Bermuda Grey #728895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

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

R = 28.57%
G = 34.09%
B = 37.34%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728895 (or 0x728895) is known color: Bermuda Grey. HEX triplet: 72, 88 and 95. RGB value is (114,136,149). Sum of RGB (Red+Green+Blue) = 114+136+149=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #728895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728895 is #8D776A. Grayscale: #828282. Windows color (decimal): -9271147 or 9799794. OLE color: 9799794.

HSL color Cylindrical-coordinate representation of color #728895: hue angle of 202.29º 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 #728895 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 136 149 -
CMYK 0.23 0.09 0 0.42
HSL 202.29º 0.14% 0.52% -
HSV(B) 202.29º 0.23% 0.58% -
XYZ 21.17 23.36 31.83 -
YUV 130.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 114 136 149 0.23 0.09 0 0.42 202.29 0.14 0.52
Hex 72 88 95 17 9 0 2A CA E 34
Octal 162 210 225 27 11 0 52 312 16 64
Binary 1110010 10001000 10010101 10111 1001 0 101010 11001010 1110 110100

Color Harmonies of #728895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728895

Black with #728895

Text Example


Text Example

White with #728895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728895; }

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

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

background-color css

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

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

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

border-color css

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

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

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