Html Css Color HEX #708995 Bermuda Grey

📋 copy color: '#708995'

red 112 ◦ green 137 ◦ blue 149

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

Shades of Bermuda Grey #708995

Tints of Bermuda Grey #708995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 28.14%
G = 34.42%
B = 37.44%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708995 (or 0x708995) is known color: Bermuda Grey. HEX triplet: 70, 89 and 95. RGB value is (112,137,149). Sum of RGB (Red+Green+Blue) = 112+137+149=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #708995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708995 is #8F766A. Grayscale: #828282. Windows color (decimal): -9401963 or 9800048. OLE color: 9800048.

HSL color Cylindrical-coordinate representation of color #708995: hue angle of 199.46º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708995 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 137 149 -
CMYK 0.25 0.08 0 0.42
HSL 199.46º 0.15% 0.51% -
HSV(B) 199.46º 0.25% 0.58% -
XYZ 21.05 23.51 31.86 -
YUV 130.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 112 137 149 0.25 0.08 0 0.42 199.46 0.15 0.51
Hex 70 89 95 19 8 0 2A C7 F 33
Octal 160 211 225 31 10 0 52 307 17 63
Binary 1110000 10001001 10010101 11001 1000 0 101010 11000111 1111 110011

Color Harmonies of #708995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708995

Black with #708995

Text Example


Text Example

White with #708995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708995; }

 p { color: rgb(112,137,149); }

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

background-color css

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

 a { background-color: rgb(112,137,149); }

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

border-color css

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

 span { border-color: rgb(112,137,149); }

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