Html Css Color HEX #718D9F Bermuda Grey

📋 copy color: '#718D9F'

red 113 ◦ green 141 ◦ blue 159

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

Shades of Bermuda Grey #718D9F

Tints of Bermuda Grey #718D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 27.36%
G = 34.14%
B = 38.5%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#718D9F (or 0x718D9F) is known color: Bermuda Grey. HEX triplet: 71, 8D and 9F. RGB value is (113,141,159). Sum of RGB (Red+Green+Blue) = 113+141+159=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #718D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D9F is #8E7260. Grayscale: #868686. Windows color (decimal): -9335393 or 10456433. OLE color: 10456433.

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

Color convert

RGB 113 141 159 -
CMYK 0.29 0.11 0 0.38
HSL 203.48º 0.19% 0.53% -
HSV(B) 203.48º 0.29% 0.62% -
XYZ 22.59 25.06 36.45 -
YUV 134.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 113 141 159 0.29 0.11 0 0.38 203.48 0.19 0.53
Hex 71 8D 9F 1D B 0 26 CB 13 35
Octal 161 215 237 35 13 0 46 313 23 65
Binary 1110001 10001101 10011111 11101 1011 0 100110 11001011 10011 110101

Color Harmonies of #718D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D9F

Black with #718D9F

Text Example


Text Example

White with #718D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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