Html Css Color HEX #708DA4 Bermuda Grey

📋 copy color: '#708DA4'

red 112 ◦ green 141 ◦ blue 164

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

Shades of Bermuda Grey #708DA4

Tints of Bermuda Grey #708DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

 BLUE value IS 164 (64.45% from 255) = 39.33%

R = 26.86%
G = 33.81%
B = 39.33%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#708DA4 (or 0x708DA4) is known color: Bermuda Grey. HEX triplet: 70, 8D and A4. RGB value is (112,141,164). Sum of RGB (Red+Green+Blue) = 112+141+164=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #708DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708DA4 is #8F725B. Grayscale: #868686. Windows color (decimal): -9400924 or 10784112. OLE color: 10784112.

HSL color Cylindrical-coordinate representation of color #708DA4: hue angle of 206.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708DA4 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 141 164 -
CMYK 0.32 0.14 0 0.36
HSL 206.54º 0.22% 0.54% -
HSV(B) 206.54º 0.32% 0.64% -
XYZ 22.91 25.17 38.77 -
YUV 134.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 112 141 164 0.32 0.14 0 0.36 206.54 0.22 0.54
Hex 70 8D A4 20 E 0 24 CF 16 36
Octal 160 215 244 40 16 0 44 317 26 66
Binary 1110000 10001101 10100100 100000 1110 0 100100 11001111 10110 110110

Color Harmonies of #708DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DA4

Black with #708DA4

Text Example


Text Example

White with #708DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,164); }

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

background-color css

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

 a { background-color: rgb(112,141,164); }

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

border-color css

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

 span { border-color: rgb(112,141,164); }

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