Html Css Color HEX #708FA7 Bermuda Grey

📋 copy color: '#708FA7'

red 112 ◦ green 143 ◦ blue 167

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

Shades of Bermuda Grey #708FA7

Tints of Bermuda Grey #708FA7

RGB

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

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

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

R = 26.54%
G = 33.89%
B = 39.57%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#708FA7 (or 0x708FA7) is known color: Bermuda Grey. HEX triplet: 70, 8F and A7. RGB value is (112,143,167). Sum of RGB (Red+Green+Blue) = 112+143+167=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 167 - color contains mainly: blue. Hex color #708FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FA7 is #8F7058. Grayscale: #888888. Windows color (decimal): -9400409 or 10981232. OLE color: 10981232.

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

Color convert

RGB 112 143 167 -
CMYK 0.33 0.14 0 0.35
HSL 206.18º 0.24% 0.55% -
HSV(B) 206.18º 0.33% 0.65% -
XYZ 23.48 25.88 40.32 -
YUV 136.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 112 143 167 0.33 0.14 0 0.35 206.18 0.24 0.55
Hex 70 8F A7 21 E 0 23 CE 18 37
Octal 160 217 247 41 16 0 43 316 30 67
Binary 1110000 10001111 10100111 100001 1110 0 100011 11001110 11000 110111

Color Harmonies of #708FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FA7

Black with #708FA7

Text Example


Text Example

White with #708FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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