Html Css Color HEX #718D9A Bermuda Grey

📋 copy color: '#718D9A'

red 113 ◦ green 141 ◦ blue 154

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

Shades of Bermuda Grey #718D9A

Tints of Bermuda Grey #718D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 27.7%
G = 34.56%
B = 37.75%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#718D9A (or 0x718D9A) is known color: Bermuda Grey. HEX triplet: 71, 8D and 9A. RGB value is (113,141,154). Sum of RGB (Red+Green+Blue) = 113+141+154=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #718D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D9A is #8E7265. Grayscale: #868686. Windows color (decimal): -9335398 or 10128753. OLE color: 10128753.

HSL color Cylindrical-coordinate representation of color #718D9A: hue angle of 199.02º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718D9A is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 141 154 -
CMYK 0.27 0.08 0 0.40
HSL 199.02º 0.17% 0.52% -
HSV(B) 199.02º 0.27% 0.6% -
XYZ 22.17 24.89 34.21 -
YUV 134.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 113 141 154 0.27 0.08 0 0.40 199.02 0.17 0.52
Hex 71 8D 9A 1B 8 0 28 C7 11 34
Octal 161 215 232 33 10 0 50 307 21 64
Binary 1110001 10001101 10011010 11011 1000 0 101000 11000111 10001 110100

Color Harmonies of #718D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D9A

Black with #718D9A

Text Example


Text Example

White with #718D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,154); }

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

background-color css

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

 a { background-color: rgb(113,141,154); }

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

border-color css

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

 span { border-color: rgb(113,141,154); }

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