Html Css Color HEX #718F9B Bermuda Grey

📋 copy color: '#718F9B'

red 113 ◦ green 143 ◦ blue 155

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

Shades of Bermuda Grey #718F9B

Tints of Bermuda Grey #718F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 27.49%
G = 34.79%
B = 37.71%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#718F9B (or 0x718F9B) is known color: Bermuda Grey. HEX triplet: 71, 8F and 9B. RGB value is (113,143,155). Sum of RGB (Red+Green+Blue) = 113+143+155=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 143 (56.25% from 255 or 34.79% 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 #718F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F9B is #8E7064. Grayscale: #878787. Windows color (decimal): -9334885 or 10194801. OLE color: 10194801.

HSL color Cylindrical-coordinate representation of color #718F9B: hue angle of 197.14º 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 #718F9B is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 143 155 -
CMYK 0.27 0.08 0 0.39
HSL 197.14º 0.17% 0.53% -
HSV(B) 197.14º 0.27% 0.61% -
XYZ 22.55 25.52 34.75 -
YUV 135.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 113 143 155 0.27 0.08 0 0.39 197.14 0.17 0.53
Hex 71 8F 9B 1B 8 0 27 C5 11 35
Octal 161 217 233 33 10 0 47 305 21 65
Binary 1110001 10001111 10011011 11011 1000 0 100111 11000101 10001 110101

Color Harmonies of #718F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F9B

Black with #718F9B

Text Example


Text Example

White with #718F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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