Html Css Color HEX #707A85 Slate Grey

📋 copy color: '#707A85'

red 112 ◦ green 122 ◦ blue 133

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

Shades of Slate Grey #707A85

Tints of Slate Grey #707A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 30.52%
G = 33.24%
B = 36.24%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#707A85 (or 0x707A85) is known color: Slate Grey. HEX triplet: 70, 7A and 85. RGB value is (112,122,133). Sum of RGB (Red+Green+Blue) = 112+122+133=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #707A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A85 is #8F857A. Grayscale: #787878. Windows color (decimal): -9405819 or 8747632. OLE color: 8747632.

HSL color Cylindrical-coordinate representation of color #707A85: hue angle of 211.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707A85 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 122 133 -
CMYK 0.16 0.08 0 0.48
HSL 211.43º 0.09% 0.48% -
HSV(B) 211.43º 0.16% 0.52% -
XYZ 17.88 19.06 24.93 -
YUV 120.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 112 122 133 0.16 0.08 0 0.48 211.43 0.09 0.48
Hex 70 7A 85 10 8 0 30 D3 9 30
Octal 160 172 205 20 10 0 60 323 11 60
Binary 1110000 1111010 10000101 10000 1000 0 110000 11010011 1001 110000

Color Harmonies of #707A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A85

Black with #707A85

Text Example


Text Example

White with #707A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,122,133); }

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

background-color css

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

 a { background-color: rgb(112,122,133); }

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

border-color css

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

 span { border-color: rgb(112,122,133); }

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