Html Css Color HEX #728FAC Bermuda Grey

📋 copy color: '#728FAC'

red 114 ◦ green 143 ◦ blue 172

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

Shades of Bermuda Grey #728FAC

Tints of Bermuda Grey #728FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 26.57%
G = 33.33%
B = 40.09%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728FAC (or 0x728FAC) is known color: Bermuda Grey. HEX triplet: 72, 8F and AC. RGB value is (114,143,172). Sum of RGB (Red+Green+Blue) = 114+143+172=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #728FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FAC is #8D7053. Grayscale: #898989. Windows color (decimal): -9269332 or 11308914. OLE color: 11308914.

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

Color convert

RGB 114 143 172 -
CMYK 0.34 0.17 0 0.33
HSL 210º 0.26% 0.56% -
HSV(B) 210º 0.34% 0.67% -
XYZ 24.21 26.2 42.81 -
YUV 137.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 114 143 172 0.34 0.17 0 0.33 210 0.26 0.56
Hex 72 8F AC 22 11 0 21 D2 1A 38
Octal 162 217 254 42 21 0 41 322 32 70
Binary 1110010 10001111 10101100 100010 10001 0 100001 11010010 11010 111000

Color Harmonies of #728FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FAC

Black with #728FAC

Text Example


Text Example

White with #728FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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