Html Css Color HEX #708C9B Bermuda Grey

📋 copy color: '#708C9B'

red 112 ◦ green 140 ◦ blue 155

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

Shades of Bermuda Grey #708C9B

Tints of Bermuda Grey #708C9B

RGB

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

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

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

R = 27.52%
G = 34.4%
B = 38.08%

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

#708C9B (or 0x708C9B) is known color: Bermuda Grey. HEX triplet: 70, 8C and 9B. RGB value is (112,140,155). Sum of RGB (Red+Green+Blue) = 112+140+155=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #708C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C9B is #8F7364. Grayscale: #858585. Windows color (decimal): -9401189 or 10194032. OLE color: 10194032.

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

Color convert

RGB 112 140 155 -
CMYK 0.28 0.10 0 0.39
HSL 200.93º 0.18% 0.52% -
HSV(B) 200.93º 0.28% 0.61% -
XYZ 21.98 24.57 34.59 -
YUV 133.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 112 140 155 0.28 0.10 0 0.39 200.93 0.18 0.52
Hex 70 8C 9B 1C A 0 27 C9 12 34
Octal 160 214 233 34 12 0 47 311 22 64
Binary 1110000 10001100 10011011 11100 1010 0 100111 11001001 10010 110100

Color Harmonies of #708C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708C9B

Black with #708C9B

Text Example


Text Example

White with #708C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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