Html Css Color HEX #708188 Regent Grey

📋 copy color: '#708188'

red 112 ◦ green 129 ◦ blue 136

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

Shades of Regent Grey #708188

Tints of Regent Grey #708188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 29.71%
G = 34.22%
B = 36.07%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#708188 (or 0x708188) is known color: Regent Grey. HEX triplet: 70, 81 and 88. RGB value is (112,129,136). Sum of RGB (Red+Green+Blue) = 112+129+136=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #708188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708188 is #8F7E77. Grayscale: #7C7C7C. Windows color (decimal): -9404024 or 8946032. OLE color: 8946032.

HSL color Cylindrical-coordinate representation of color #708188: hue angle of 197.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708188 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 129 136 -
CMYK 0.18 0.05 0 0.47
HSL 197.5º 0.1% 0.49% -
HSV(B) 197.5º 0.18% 0.53% -
XYZ 18.98 20.92 26.33 -
YUV 124.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 112 129 136 0.18 0.05 0 0.47 197.5 0.1 0.49
Hex 70 81 88 12 5 0 2F C6 A 31
Octal 160 201 210 22 5 0 57 306 12 61
Binary 1110000 10000001 10001000 10010 101 0 101111 11000110 1010 110001

Color Harmonies of #708188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708188

Black with #708188

Text Example


Text Example

White with #708188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708188; }

 p { color: rgb(112,129,136); }

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

background-color css

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

 a { background-color: rgb(112,129,136); }

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

border-color css

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

 span { border-color: rgb(112,129,136); }

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