Html Css Color HEX #70939D Bermuda Grey

📋 copy color: '#70939D'

red 112 ◦ green 147 ◦ blue 157

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

Shades of Bermuda Grey #70939D

Tints of Bermuda Grey #70939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 26.92%
G = 35.34%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70939D (or 0x70939D) is known color: Bermuda Grey. HEX triplet: 70, 93 and 9D. RGB value is (112,147,157). Sum of RGB (Red+Green+Blue) = 112+147+157=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #70939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70939D is #8F6C62. Grayscale: #898989. Windows color (decimal): -9399395 or 10326896. OLE color: 10326896.

HSL color Cylindrical-coordinate representation of color #70939D: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70939D is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 147 157 -
CMYK 0.29 0.06 0 0.38
HSL 193.33º 0.19% 0.53% -
HSV(B) 193.33º 0.29% 0.62% -
XYZ 23.2 26.75 35.84 -
YUV 137.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 112 147 157 0.29 0.06 0 0.38 193.33 0.19 0.53
Hex 70 93 9D 1D 6 0 26 C1 13 35
Octal 160 223 235 35 6 0 46 301 23 65
Binary 1110000 10010011 10011101 11101 110 0 100110 11000001 10011 110101

Color Harmonies of #70939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70939D

Black with #70939D

Text Example


Text Example

White with #70939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70939D; }

 p { color: rgb(112,147,157); }

 H1.HeaderClassName
 {
   color: #70939D;
 }
 .AnyTagClassName
 {
   color: #70939D;
 }
</style>

background-color css

<style>
 a { background-color: #70939D; }

 a { background-color: rgb(112,147,157); }

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

border-color css

<style>
 span { border-color: #70939D; }

 span { border-color: rgb(112,147,157); }

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