Html Css Color HEX #728DAA Bermuda Grey

📋 copy color: '#728DAA'

red 114 ◦ green 141 ◦ blue 170

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

Shades of Bermuda Grey #728DAA

Tints of Bermuda Grey #728DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40%

R = 26.82%
G = 33.18%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728DAA (or 0x728DAA) is known color: Bermuda Grey. HEX triplet: 72, 8D and AA. RGB value is (114,141,170). Sum of RGB (Red+Green+Blue) = 114+141+170=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #728DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAA is #8D7255. Grayscale: #888888. Windows color (decimal): -9269846 or 11177330. OLE color: 11177330.

HSL color Cylindrical-coordinate representation of color #728DAA: hue angle of 211.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #728DAA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 141 170 -
CMYK 0.33 0.17 0 0.33
HSL 211.07º 0.25% 0.56% -
HSV(B) 211.07º 0.33% 0.67% -
XYZ 23.72 25.53 41.71 -
YUV 136.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 114 141 170 0.33 0.17 0 0.33 211.07 0.25 0.56
Hex 72 8D AA 21 11 0 21 D3 19 38
Octal 162 215 252 41 21 0 41 323 31 70
Binary 1110010 10001101 10101010 100001 10001 0 100001 11010011 11001 111000

Color Harmonies of #728DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DAA

Black with #728DAA

Text Example


Text Example

White with #728DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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