Html Css Color HEX #708FA5 Bermuda Grey

📋 copy color: '#708FA5'

red 112 ◦ green 143 ◦ blue 165

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

Shades of Bermuda Grey #708FA5

Tints of Bermuda Grey #708FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 26.67%
G = 34.05%
B = 39.29%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#708FA5 (or 0x708FA5) is known color: Bermuda Grey. HEX triplet: 70, 8F and A5. RGB value is (112,143,165). Sum of RGB (Red+Green+Blue) = 112+143+165=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 165 - color contains mainly: blue. Hex color #708FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708FA5 is #8F705A. Grayscale: #888888. Windows color (decimal): -9400411 or 10850160. OLE color: 10850160.

HSL color Cylindrical-coordinate representation of color #708FA5: hue angle of 204.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708FA5 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 143 165 -
CMYK 0.32 0.13 0 0.35
HSL 204.91º 0.23% 0.54% -
HSV(B) 204.91º 0.32% 0.65% -
XYZ 23.3 25.81 39.35 -
YUV 136.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 112 143 165 0.32 0.13 0 0.35 204.91 0.23 0.54
Hex 70 8F A5 20 D 0 23 CD 17 36
Octal 160 217 245 40 15 0 43 315 27 66
Binary 1110000 10001111 10100101 100000 1101 0 100011 11001101 10111 110110

Color Harmonies of #708FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FA5

Black with #708FA5

Text Example


Text Example

White with #708FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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