#707B92

Color #707B92 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #707B92

Tints of Slate Grey #707B92

Color information

#707B92 (or 0x707B92) is unknown color: approx Slate Grey. HEX triplet: 70, 7B and 92. RGB value is (112,123,146). Sum of RGB (Red+Green+Blue) = 112+123+146=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #707B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B92 is #8F846D. Grayscale: #7A7A7A. Windows color (decimal): -9405550 or 9599856. OLE color: 9599856.

HSL color Cylindrical-coordinate representation of color #707B92: hue angle of 220.59º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707B92 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112123146-
CMYK0.230.1600.43
HSL220.59º13.49%50.59%-
HSV(B)220.59º23.29%57.25%-
XYZ18.9519.6929.99-
YUV122.33141.36120.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=29.40%
G=32.28%
B=38.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121231460.230.1600.43220.5913.4950.59
Hex707B92171002Bddd33
Octal16017322227200533351563
Binary111000011110111001001010111100000101011110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707B92; }

 p { color: rgb(112,123,146); }

 H1.HeaderClassName
 {
   color: #707B92;
 }
 .AnyTagClassName
 {
   color: #707B92;
 }
</style>
background-color css

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

 a { background-color: rgb(112,123,146); }

 div.DivClassName
 {
   background-color: #707B92;
 }
 .BgClassName
 {
   background-color: #707B92;
 }
</style>
border-color css

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

 span { border-color: rgb(112,123,146); }

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