Html Css Color HEX #708BA7 Bermuda Grey

📋 copy color: '#708BA7'

red 112 ◦ green 139 ◦ blue 167

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

Shades of Bermuda Grey #708BA7

Tints of Bermuda Grey #708BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

 BLUE value IS 167 (65.63% from 255) = 39.95%

R = 26.79%
G = 33.25%
B = 39.95%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#708BA7 (or 0x708BA7) is known color: Bermuda Grey. HEX triplet: 70, 8B and A7. RGB value is (112,139,167). Sum of RGB (Red+Green+Blue) = 112+139+167=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 167 - color contains mainly: blue. Hex color #708BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708BA7 is #8F7458. Grayscale: #858585. Windows color (decimal): -9401433 or 10980208. OLE color: 10980208.

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

Color convert

RGB 112 139 167 -
CMYK 0.33 0.17 0 0.35
HSL 210.55º 0.24% 0.55% -
HSV(B) 210.55º 0.33% 0.65% -
XYZ 22.89 24.7 40.12 -
YUV 134.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 112 139 167 0.33 0.17 0 0.35 210.55 0.24 0.55
Hex 70 8B A7 21 11 0 23 D3 18 37
Octal 160 213 247 41 21 0 43 323 30 67
Binary 1110000 10001011 10100111 100001 10001 0 100011 11010011 11000 110111

Color Harmonies of #708BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BA7

Black with #708BA7

Text Example


Text Example

White with #708BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,139,167); }

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

background-color css

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

 a { background-color: rgb(112,139,167); }

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

border-color css

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

 span { border-color: rgb(112,139,167); }

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