Html Css Color HEX #728E9B Bermuda Grey

📋 copy color: '#728E9B'

red 114 ◦ green 142 ◦ blue 155

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

Shades of Bermuda Grey #728E9B

Tints of Bermuda Grey #728E9B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 27.74%
G = 34.55%
B = 37.71%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#728E9B (or 0x728E9B) is known color: Bermuda Grey. HEX triplet: 72, 8E and 9B. RGB value is (114,142,155). Sum of RGB (Red+Green+Blue) = 114+142+155=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #728E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E9B is #8D7164. Grayscale: #878787. Windows color (decimal): -9269605 or 10194546. OLE color: 10194546.

HSL color Cylindrical-coordinate representation of color #728E9B: hue angle of 199.02º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728E9B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 142 155 -
CMYK 0.26 0.08 0 0.39
HSL 199.02º 0.17% 0.53% -
HSV(B) 199.02º 0.26% 0.61% -
XYZ 22.53 25.29 34.7 -
YUV 135.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 114 142 155 0.26 0.08 0 0.39 199.02 0.17 0.53
Hex 72 8E 9B 1A 8 0 27 C7 11 35
Octal 162 216 233 32 10 0 47 307 21 65
Binary 1110010 10001110 10011011 11010 1000 0 100111 11000111 10001 110101

Color Harmonies of #728E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728E9B

Black with #728E9B

Text Example


Text Example

White with #728E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,142,155); }

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

background-color css

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

 a { background-color: rgb(114,142,155); }

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

border-color css

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

 span { border-color: rgb(114,142,155); }

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