Html Css Color HEX #718DAC Bermuda Grey

📋 copy color: '#718DAC'

red 113 ◦ green 141 ◦ blue 172

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

Shades of Bermuda Grey #718DAC

Tints of Bermuda Grey #718DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 26.53%
G = 33.1%
B = 40.38%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#718DAC (or 0x718DAC) is known color: Bermuda Grey. HEX triplet: 71, 8D and AC. RGB value is (113,141,172). Sum of RGB (Red+Green+Blue) = 113+141+172=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #718DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718DAC is #8E7253. Grayscale: #888888. Windows color (decimal): -9335380 or 11308401. OLE color: 11308401.

HSL color Cylindrical-coordinate representation of color #718DAC: hue angle of 211.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718DAC is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 141 172 -
CMYK 0.34 0.18 0 0.33
HSL 211.53º 0.26% 0.56% -
HSV(B) 211.53º 0.34% 0.67% -
XYZ 23.78 25.54 42.71 -
YUV 136.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 113 141 172 0.34 0.18 0 0.33 211.53 0.26 0.56
Hex 71 8D AC 22 12 0 21 D4 1A 38
Octal 161 215 254 42 22 0 41 324 32 70
Binary 1110001 10001101 10101100 100010 10010 0 100001 11010100 11010 111000

Color Harmonies of #718DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DAC

Black with #718DAC

Text Example


Text Example

White with #718DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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