Html Css Color HEX #728DAB Bermuda Grey

📋 copy color: '#728DAB'

red 114 ◦ green 141 ◦ blue 171

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

Shades of Bermuda Grey #728DAB

Tints of Bermuda Grey #728DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 26.76%
G = 33.1%
B = 40.14%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728DAB (or 0x728DAB) is known color: Bermuda Grey. HEX triplet: 72, 8D and AB. RGB value is (114,141,171). Sum of RGB (Red+Green+Blue) = 114+141+171=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #728DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAB is #8D7254. Grayscale: #888888. Windows color (decimal): -9269845 or 11242866. OLE color: 11242866.

HSL color Cylindrical-coordinate representation of color #728DAB: hue angle of 211.58º 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 #728DAB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 141 171 -
CMYK 0.33 0.18 0 0.33
HSL 211.58º 0.25% 0.56% -
HSV(B) 211.58º 0.33% 0.67% -
XYZ 23.81 25.57 42.21 -
YUV 136.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 114 141 171 0.33 0.18 0 0.33 211.58 0.25 0.56
Hex 72 8D AB 21 12 0 21 D4 19 38
Octal 162 215 253 41 22 0 41 324 31 70
Binary 1110010 10001101 10101011 100001 10010 0 100001 11010100 11001 111000

Color Harmonies of #728DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DAB

Black with #728DAB

Text Example


Text Example

White with #728DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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