Html Css Color HEX #708C99 Bermuda Grey

📋 copy color: '#708C99'

red 112 ◦ green 140 ◦ blue 153

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

Shades of Bermuda Grey #708C99

Tints of Bermuda Grey #708C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 27.65%
G = 34.57%
B = 37.78%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#708C99 (or 0x708C99) is known color: Bermuda Grey. HEX triplet: 70, 8C and 99. RGB value is (112,140,153). Sum of RGB (Red+Green+Blue) = 112+140+153=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #708C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C99 is #8F7366. Grayscale: #858585. Windows color (decimal): -9401191 or 10062960. OLE color: 10062960.

HSL color Cylindrical-coordinate representation of color #708C99: hue angle of 199.02º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708C99 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 140 153 -
CMYK 0.27 0.08 0 0.4
HSL 199.02º 0.17% 0.52% -
HSV(B) 199.02º 0.27% 0.6% -
XYZ 21.81 24.5 33.72 -
YUV 133.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 112 140 153 0.27 0.08 0 0.4 199.02 0.17 0.52
Hex 70 8C 99 1B 8 0 28 C7 11 34
Octal 160 214 231 33 10 0 50 307 21 64
Binary 1110000 10001100 10011001 11011 1000 0 101000 11000111 10001 110100

Color Harmonies of #708C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C99

Black with #708C99

Text Example


Text Example

White with #708C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,153); }

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

background-color css

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

 a { background-color: rgb(112,140,153); }

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

border-color css

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

 span { border-color: rgb(112,140,153); }

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