Html Css Color HEX #708B9B Bermuda Grey

📋 copy color: '#708B9B'

red 112 ◦ green 139 ◦ blue 155

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

Shades of Bermuda Grey #708B9B

Tints of Bermuda Grey #708B9B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

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

R = 27.59%
G = 34.24%
B = 38.18%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#708B9B (or 0x708B9B) is known color: Bermuda Grey. HEX triplet: 70, 8B and 9B. RGB value is (112,139,155). Sum of RGB (Red+Green+Blue) = 112+139+155=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #708B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708B9B is #8F7464. Grayscale: #848484. Windows color (decimal): -9401445 or 10193776. OLE color: 10193776.

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

Color convert

RGB 112 139 155 -
CMYK 0.28 0.10 0 0.39
HSL 202.33º 0.18% 0.52% -
HSV(B) 202.33º 0.28% 0.61% -
XYZ 21.83 24.28 34.55 -
YUV 132.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 112 139 155 0.28 0.10 0 0.39 202.33 0.18 0.52
Hex 70 8B 9B 1C A 0 27 CA 12 34
Octal 160 213 233 34 12 0 47 312 22 64
Binary 1110000 10001011 10011011 11100 1010 0 100111 11001010 10010 110100

Color Harmonies of #708B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B9B

Black with #708B9B

Text Example


Text Example

White with #708B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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