Html Css Color HEX #718CAA Bermuda Grey

📋 copy color: '#718CAA'

red 113 ◦ green 140 ◦ blue 170

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

Shades of Bermuda Grey #718CAA

Tints of Bermuda Grey #718CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 26.71%
G = 33.1%
B = 40.19%

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

#718CAA (or 0x718CAA) is known color: Bermuda Grey. HEX triplet: 71, 8C and AA. RGB value is (113,140,170). Sum of RGB (Red+Green+Blue) = 113+140+170=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #718CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CAA is #8E7355. Grayscale: #878787. Windows color (decimal): -9335638 or 11177073. OLE color: 11177073.

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

Color convert

RGB 113 140 170 -
CMYK 0.34 0.18 0 0.33
HSL 211.58º 0.25% 0.55% -
HSV(B) 211.58º 0.34% 0.67% -
XYZ 23.44 25.17 41.65 -
YUV 135.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 113 140 170 0.34 0.18 0 0.33 211.58 0.25 0.55
Hex 71 8C AA 22 12 0 21 D4 19 37
Octal 161 214 252 42 22 0 41 324 31 67
Binary 1110001 10001100 10101010 100010 10010 0 100001 11010100 11001 110111

Color Harmonies of #718CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CAA

Black with #718CAA

Text Example


Text Example

White with #718CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,140,170); }

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

background-color css

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

 a { background-color: rgb(113,140,170); }

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

border-color css

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

 span { border-color: rgb(113,140,170); }

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