Html Css Color HEX #708F9B Bermuda Grey

📋 copy color: '#708F9B'

red 112 ◦ green 143 ◦ blue 155

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

Shades of Bermuda Grey #708F9B

Tints of Bermuda Grey #708F9B

RGB

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

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

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

R = 27.32%
G = 34.88%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#708F9B (or 0x708F9B) is known color: Bermuda Grey. HEX triplet: 70, 8F and 9B. RGB value is (112,143,155). Sum of RGB (Red+Green+Blue) = 112+143+155=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #708F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F9B is #8F7064. Grayscale: #878787. Windows color (decimal): -9400421 or 10194800. OLE color: 10194800.

HSL color Cylindrical-coordinate representation of color #708F9B: hue angle of 196.74º 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 #708F9B is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 143 155 -
CMYK 0.28 0.08 0 0.39
HSL 196.74º 0.18% 0.52% -
HSV(B) 196.74º 0.28% 0.61% -
XYZ 22.42 25.46 34.74 -
YUV 135.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 112 143 155 0.28 0.08 0 0.39 196.74 0.18 0.52
Hex 70 8F 9B 1C 8 0 27 C5 12 34
Octal 160 217 233 34 10 0 47 305 22 64
Binary 1110000 10001111 10011011 11100 1000 0 100111 11000101 10010 110100

Color Harmonies of #708F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F9B

Black with #708F9B

Text Example


Text Example

White with #708F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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