Html Css Color HEX #708A9B Bermuda Grey

📋 copy color: '#708A9B'

red 112 ◦ green 138 ◦ blue 155

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

Shades of Bermuda Grey #708A9B

Tints of Bermuda Grey #708A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 27.65%
G = 34.07%
B = 38.27%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#708A9B (or 0x708A9B) is known color: Bermuda Grey. HEX triplet: 70, 8A and 9B. RGB value is (112,138,155). Sum of RGB (Red+Green+Blue) = 112+138+155=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #708A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A9B is #8F7564. Grayscale: #848484. Windows color (decimal): -9401701 or 10193520. OLE color: 10193520.

HSL color Cylindrical-coordinate representation of color #708A9B: hue angle of 203.72º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #708A9B is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 138 155 -
CMYK 0.28 0.11 0 0.39
HSL 203.72º 0.18% 0.52% -
HSV(B) 203.72º 0.28% 0.61% -
XYZ 21.69 23.99 34.5 -
YUV 132.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 112 138 155 0.28 0.11 0 0.39 203.72 0.18 0.52
Hex 70 8A 9B 1C B 0 27 CC 12 34
Octal 160 212 233 34 13 0 47 314 22 64
Binary 1110000 10001010 10011011 11100 1011 0 100111 11001100 10010 110100

Color Harmonies of #708A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708A9B

Black with #708A9B

Text Example


Text Example

White with #708A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,155); }

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

background-color css

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

 a { background-color: rgb(112,138,155); }

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

border-color css

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

 span { border-color: rgb(112,138,155); }

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