Html Css Color HEX #728A98 Bermuda Grey

📋 copy color: '#728A98'

red 114 ◦ green 138 ◦ blue 152

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

Shades of Bermuda Grey #728A98

Tints of Bermuda Grey #728A98

RGB

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

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

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

R = 28.22%
G = 34.16%
B = 37.62%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#728A98 (or 0x728A98) is known color: Bermuda Grey. HEX triplet: 72, 8A and 98. RGB value is (114,138,152). Sum of RGB (Red+Green+Blue) = 114+138+152=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: blue. Hex color #728A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A98 is #8D7567. Grayscale: #848484. Windows color (decimal): -9270632 or 9996914. OLE color: 9996914.

HSL color Cylindrical-coordinate representation of color #728A98: hue angle of 202.11º 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 #728A98 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 138 152 -
CMYK 0.25 0.09 0 0.40
HSL 202.11º 0.16% 0.52% -
HSV(B) 202.11º 0.25% 0.6% -
XYZ 21.7 24.02 33.2 -
YUV 132.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 114 138 152 0.25 0.09 0 0.40 202.11 0.16 0.52
Hex 72 8A 98 19 9 0 28 CA 10 34
Octal 162 212 230 31 11 0 50 312 20 64
Binary 1110010 10001010 10011000 11001 1001 0 101000 11001010 10000 110100

Color Harmonies of #728A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A98

Black with #728A98

Text Example


Text Example

White with #728A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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