Html Css Color HEX #728FAB Bermuda Grey

📋 copy color: '#728FAB'

red 114 ◦ green 143 ◦ blue 171

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

Shades of Bermuda Grey #728FAB

Tints of Bermuda Grey #728FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

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

R = 26.64%
G = 33.41%
B = 39.95%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728FAB (or 0x728FAB) is known color: Bermuda Grey. HEX triplet: 72, 8F and AB. RGB value is (114,143,171). Sum of RGB (Red+Green+Blue) = 114+143+171=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #728FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FAB is #8D7054. Grayscale: #898989. Windows color (decimal): -9269333 or 11243378. OLE color: 11243378.

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

Color convert

RGB 114 143 171 -
CMYK 0.33 0.16 0 0.33
HSL 209.47º 0.25% 0.56% -
HSV(B) 209.47º 0.33% 0.67% -
XYZ 24.11 26.16 42.31 -
YUV 137.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 114 143 171 0.33 0.16 0 0.33 209.47 0.25 0.56
Hex 72 8F AB 21 10 0 21 D1 19 38
Octal 162 217 253 41 20 0 41 321 31 70
Binary 1110010 10001111 10101011 100001 10000 0 100001 11010001 11001 111000

Color Harmonies of #728FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FAB

Black with #728FAB

Text Example


Text Example

White with #728FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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