Html Css Color HEX #728AA0 Bermuda Grey

📋 copy color: '#728AA0'

red 114 ◦ green 138 ◦ blue 160

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

Shades of Bermuda Grey #728AA0

Tints of Bermuda Grey #728AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 27.67%
G = 33.5%
B = 38.83%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#728AA0 (or 0x728AA0) is known color: Bermuda Grey. HEX triplet: 72, 8A and A0. RGB value is (114,138,160). Sum of RGB (Red+Green+Blue) = 114+138+160=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 160 - color contains mainly: blue. Hex color #728AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AA0 is #8D755F. Grayscale: #858585. Windows color (decimal): -9270624 or 10521202. OLE color: 10521202.

HSL color Cylindrical-coordinate representation of color #728AA0: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #728AA0 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 138 160 -
CMYK 0.29 0.14 0 0.37
HSL 208.7º 0.19% 0.54% -
HSV(B) 208.7º 0.29% 0.63% -
XYZ 22.37 24.29 36.77 -
YUV 133.33 143.05 114.21 -
System Red Green Blue C M Y K H S L
Decimal 114 138 160 0.29 0.14 0 0.37 208.7 0.19 0.54
Hex 72 8A A0 1D E 0 25 D1 13 36
Octal 162 212 240 35 16 0 45 321 23 66
Binary 1110010 10001010 10100000 11101 1110 0 100101 11010001 10011 110110

Color Harmonies of #728AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AA0

Black with #728AA0

Text Example


Text Example

White with #728AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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