Html Css Color HEX #718A9B Bermuda Grey

📋 copy color: '#718A9B'

red 113 ◦ green 138 ◦ blue 155

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

Shades of Bermuda Grey #718A9B

Tints of Bermuda Grey #718A9B

RGB

 RED value IS 113 (44.53% from 255) = 27.83%

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 27.83%
G = 33.99%
B = 38.18%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#718A9B (or 0x718A9B) is known color: Bermuda Grey. HEX triplet: 71, 8A and 9B. RGB value is (113,138,155). Sum of RGB (Red+Green+Blue) = 113+138+155=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #718A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A9B is #8E7564. Grayscale: #848484. Windows color (decimal): -9336165 or 10193521. OLE color: 10193521.

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

Color convert

RGB 113 138 155 -
CMYK 0.27 0.11 0 0.39
HSL 204.29º 0.17% 0.53% -
HSV(B) 204.29º 0.27% 0.61% -
XYZ 21.81 24.05 34.5 -
YUV 132.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 113 138 155 0.27 0.11 0 0.39 204.29 0.17 0.53
Hex 71 8A 9B 1B B 0 27 CC 11 35
Octal 161 212 233 33 13 0 47 314 21 65
Binary 1110001 10001010 10011011 11011 1011 0 100111 11001100 10001 110101

Color Harmonies of #718A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A9B

Black with #718A9B

Text Example


Text Example

White with #718A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718A9B; }

 p { color: rgb(113,138,155); }

 H1.HeaderClassName
 {
   color: #718A9B;
 }
 .AnyTagClassName
 {
   color: #718A9B;
 }
</style>

background-color css

<style>
 a { background-color: #718A9B; }

 a { background-color: rgb(113,138,155); }

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

border-color css

<style>
 span { border-color: #718A9B; }

 span { border-color: rgb(113,138,155); }

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