Html Css Color HEX #707270 Boulder

📋 copy color: '#707270'

red 112 ◦ green 114 ◦ blue 112

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

Shades of Boulder #707270

Tints of Boulder #707270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.73%

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

R = 33.14%
G = 33.73%
B = 33.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#707270 (or 0x707270) is known color: Boulder. HEX triplet: 70, 72 and 70. RGB value is (112,114,112). Sum of RGB (Red+Green+Blue) = 112+114+112=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 114 - color contains mainly: green. Hex color #707270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707270 is #8F8D8F. Grayscale: #717171. Windows color (decimal): -9407888 or 7369328. OLE color: 7369328.

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

Color convert

RGB 112 114 112 -
CMYK 0.02 0 0.02 0.55
HSL 120º 0.01% 0.44% -
HSV(B) 120º 0.02% 0.45% -
XYZ 15.62 16.65 17.72 -
YUV 113.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 112 114 112 0.02 0 0.02 0.55 120 0.01 0.44
Hex 70 72 70 2 0 2 37 78 1 2C
Octal 160 162 160 2 0 2 67 170 1 54
Binary 1110000 1110010 1110000 10 0 10 110111 1111000 1 101100

Color Harmonies of #707270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707270

Black with #707270

Text Example


Text Example

White with #707270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707270; }

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

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

background-color css

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

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

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

border-color css

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

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

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