Html Css Color HEX #707170 Boulder

📋 copy color: '#707170'

red 112 ◦ green 113 ◦ blue 112

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

Shades of Boulder #707170

Tints of Boulder #707170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 33.23%
G = 33.53%
B = 33.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#707170 (or 0x707170) is known color: Boulder. HEX triplet: 70, 71 and 70. RGB value is (112,113,112). Sum of RGB (Red+Green+Blue) = 112+113+112=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 113 - color contains mainly: green. Hex color #707170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707170 is #8F8E8F. Grayscale: #707070. Windows color (decimal): -9408144 or 7369072. OLE color: 7369072.

HSL color Cylindrical-coordinate representation of color #707170: hue angle of 120º degrees, saturation: 0, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #707170 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 112 -
CMYK 0.01 0 0.01 0.56
HSL 120º 0% 0.44% -
HSV(B) 120º 0.01% 0.44% -
XYZ 15.51 16.42 17.68 -
YUV 112.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 112 113 112 0.01 0 0.01 0.56 120 0 0.44
Hex 70 71 70 1 0 1 38 78 0 2C
Octal 160 161 160 1 0 1 70 170 0 54
Binary 1110000 1110001 1110000 1 0 1 111000 1111000 0 101100

Color Harmonies of #707170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707170

Black with #707170

Text Example


Text Example

White with #707170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707170; }

 p { color: rgb(112,113,112); }

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

background-color css

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

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

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

border-color css

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

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

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