Html Css Color HEX #718A9D Bermuda Grey

📋 copy color: '#718A9D'

red 113 ◦ green 138 ◦ blue 157

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

Shades of Bermuda Grey #718A9D

Tints of Bermuda Grey #718A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 27.7%
G = 33.82%
B = 38.48%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#718A9D (or 0x718A9D) is known color: Bermuda Grey. HEX triplet: 71, 8A and 9D. RGB value is (113,138,157). Sum of RGB (Red+Green+Blue) = 113+138+157=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #718A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A9D is #8E7562. Grayscale: #848484. Windows color (decimal): -9336163 or 10324593. OLE color: 10324593.

HSL color Cylindrical-coordinate representation of color #718A9D: hue angle of 205.91º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #718A9D is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 138 157 -
CMYK 0.28 0.12 0 0.38
HSL 205.91º 0.18% 0.53% -
HSV(B) 205.91º 0.28% 0.62% -
XYZ 21.98 24.12 35.4 -
YUV 132.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 113 138 157 0.28 0.12 0 0.38 205.91 0.18 0.53
Hex 71 8A 9D 1C C 0 26 CE 12 35
Octal 161 212 235 34 14 0 46 316 22 65
Binary 1110001 10001010 10011101 11100 1100 0 100110 11001110 10010 110101

Color Harmonies of #718A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A9D

Black with #718A9D

Text Example


Text Example

White with #718A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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