Html Css Color HEX #718FA0 Bermuda Grey

📋 copy color: '#718FA0'

red 113 ◦ green 143 ◦ blue 160

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

Shades of Bermuda Grey #718FA0

Tints of Bermuda Grey #718FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.46%

R = 27.16%
G = 34.38%
B = 38.46%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#718FA0 (or 0x718FA0) is known color: Bermuda Grey. HEX triplet: 71, 8F and A0. RGB value is (113,143,160). Sum of RGB (Red+Green+Blue) = 113+143+160=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 160 - color contains mainly: blue. Hex color #718FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FA0 is #8E705F. Grayscale: #878787. Windows color (decimal): -9334880 or 10522481. OLE color: 10522481.

HSL color Cylindrical-coordinate representation of color #718FA0: hue angle of 201.7º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718FA0 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 143 160 -
CMYK 0.29 0.11 0 0.37
HSL 201.7º 0.2% 0.54% -
HSV(B) 201.7º 0.29% 0.63% -
XYZ 22.98 25.69 37.01 -
YUV 135.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 113 143 160 0.29 0.11 0 0.37 201.7 0.2 0.54
Hex 71 8F A0 1D B 0 25 CA 14 36
Octal 161 217 240 35 13 0 45 312 24 66
Binary 1110001 10001111 10100000 11101 1011 0 100101 11001010 10100 110110

Color Harmonies of #718FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FA0

Black with #718FA0

Text Example


Text Example

White with #718FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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