Html Css Color HEX #708FAD Bermuda Grey

📋 copy color: '#708FAD'

red 112 ◦ green 143 ◦ blue 173

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

Shades of Bermuda Grey #708FAD

Tints of Bermuda Grey #708FAD

RGB

 RED value IS 112 (44.14% from 255) = 26.17%

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

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 26.17%
G = 33.41%
B = 40.42%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#708FAD (or 0x708FAD) is known color: Bermuda Grey. HEX triplet: 70, 8F and AD. RGB value is (112,143,173). Sum of RGB (Red+Green+Blue) = 112+143+173=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #708FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FAD is #8F7052. Grayscale: #898989. Windows color (decimal): -9400403 or 11374448. OLE color: 11374448.

HSL color Cylindrical-coordinate representation of color #708FAD: hue angle of 209.51º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708FAD is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 143 173 -
CMYK 0.35 0.17 0 0.32
HSL 209.51º 0.27% 0.56% -
HSV(B) 209.51º 0.35% 0.68% -
XYZ 24.05 26.11 43.31 -
YUV 137.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 112 143 173 0.35 0.17 0 0.32 209.51 0.27 0.56
Hex 70 8F AD 23 11 0 20 D2 1B 38
Octal 160 217 255 43 21 0 40 322 33 70
Binary 1110000 10001111 10101101 100011 10001 0 100000 11010010 11011 111000

Color Harmonies of #708FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FAD

Black with #708FAD

Text Example


Text Example

White with #708FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708FAD; }

 p { color: rgb(112,143,173); }

 H1.HeaderClassName
 {
   color: #708FAD;
 }
 .AnyTagClassName
 {
   color: #708FAD;
 }
</style>

background-color css

<style>
 a { background-color: #708FAD; }

 a { background-color: rgb(112,143,173); }

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

border-color css

<style>
 span { border-color: #708FAD; }

 span { border-color: rgb(112,143,173); }

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