Html Css Color HEX #708DAD Bermuda Grey

📋 copy color: '#708DAD'

red 112 ◦ green 141 ◦ blue 173

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

Shades of Bermuda Grey #708DAD

Tints of Bermuda Grey #708DAD

RGB

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

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

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

R = 26.29%
G = 33.1%
B = 40.61%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#708DAD (or 0x708DAD) is known color: Bermuda Grey. HEX triplet: 70, 8D and AD. RGB value is (112,141,173). Sum of RGB (Red+Green+Blue) = 112+141+173=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #708DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DAD is #8F7252. Grayscale: #878787. Windows color (decimal): -9400915 or 11373936. OLE color: 11373936.

HSL color Cylindrical-coordinate representation of color #708DAD: hue angle of 211.48º 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 #708DAD is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 141 173 -
CMYK 0.35 0.18 0 0.32
HSL 211.48º 0.27% 0.56% -
HSV(B) 211.48º 0.35% 0.68% -
XYZ 23.75 25.51 43.21 -
YUV 135.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 112 141 173 0.35 0.18 0 0.32 211.48 0.27 0.56
Hex 70 8D AD 23 12 0 20 D3 1B 38
Octal 160 215 255 43 22 0 40 323 33 70
Binary 1110000 10001101 10101101 100011 10010 0 100000 11010011 11011 111000

Color Harmonies of #708DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DAD

Black with #708DAD

Text Example


Text Example

White with #708DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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