Html Css Color HEX #728896 Bermuda Grey

📋 copy color: '#728896'

red 114 ◦ green 136 ◦ blue 150

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

Shades of Bermuda Grey #728896

Tints of Bermuda Grey #728896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.5%

R = 28.5%
G = 34%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#728896 (or 0x728896) is known color: Bermuda Grey. HEX triplet: 72, 88 and 96. RGB value is (114,136,150). Sum of RGB (Red+Green+Blue) = 114+136+150=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: blue. Hex color #728896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728896 is #8D7769. Grayscale: #828282. Windows color (decimal): -9271146 or 9865330. OLE color: 9865330.

HSL color Cylindrical-coordinate representation of color #728896: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728896 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 136 150 -
CMYK 0.24 0.09 0 0.41
HSL 203.33º 0.15% 0.52% -
HSV(B) 203.33º 0.24% 0.59% -
XYZ 21.25 23.39 32.25 -
YUV 131.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 114 136 150 0.24 0.09 0 0.41 203.33 0.15 0.52
Hex 72 88 96 18 9 0 29 CB F 34
Octal 162 210 226 30 11 0 51 313 17 64
Binary 1110010 10001000 10010110 11000 1001 0 101001 11001011 1111 110100

Color Harmonies of #728896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728896

Black with #728896

Text Example


Text Example

White with #728896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728896; }

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

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

background-color css

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

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

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

border-color css

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

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

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