Html Css Color HEX #708FAC Bermuda Grey

📋 copy color: '#708FAC'

red 112 ◦ green 143 ◦ blue 172

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

Shades of Bermuda Grey #708FAC

Tints of Bermuda Grey #708FAC

RGB

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

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

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

R = 26.23%
G = 33.49%
B = 40.28%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#708FAC (or 0x708FAC) is known color: Bermuda Grey. HEX triplet: 70, 8F and AC. RGB value is (112,143,172). Sum of RGB (Red+Green+Blue) = 112+143+172=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #708FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FAC is #8F7053. Grayscale: #888888. Windows color (decimal): -9400404 or 11308912. OLE color: 11308912.

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

Color convert

RGB 112 143 172 -
CMYK 0.35 0.17 0 0.33
HSL 209º 0.27% 0.56% -
HSV(B) 209º 0.35% 0.67% -
XYZ 23.95 26.07 42.8 -
YUV 137.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 112 143 172 0.35 0.17 0 0.33 209 0.27 0.56
Hex 70 8F AC 23 11 0 21 D1 1B 38
Octal 160 217 254 43 21 0 41 321 33 70
Binary 1110000 10001111 10101100 100011 10001 0 100001 11010001 11011 111000

Color Harmonies of #708FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FAC

Black with #708FAC

Text Example


Text Example

White with #708FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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