Html Css Color HEX #70707F Comet

📋 copy color: '#70707F'

red 112 ◦ green 112 ◦ blue 127

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

Shades of Comet #70707F

Tints of Comet #70707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 127 (50% from 255) = 36.18%

R = 31.91%
G = 31.91%
B = 36.18%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70707F (or 0x70707F) is known color: Comet. HEX triplet: 70, 70 and 7F. RGB value is (112,112,127). Sum of RGB (Red+Green+Blue) = 112+112+127=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #70707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70707F is #8F8F80. Grayscale: #717171. Windows color (decimal): -9408385 or 8351856. OLE color: 8351856.

HSL color Cylindrical-coordinate representation of color #70707F: hue angle of 240º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70707F is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 112 127 -
CMYK 0.12 0.12 0 0.50
HSL 240º 0.06% 0.47% -
HSV(B) 240º 0.12% 0.5% -
XYZ 16.31 16.57 22.42 -
YUV 113.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 112 112 127 0.12 0.12 0 0.50 240 0.06 0.47
Hex 70 70 7F C C 0 32 F0 6 2F
Octal 160 160 177 14 14 0 62 360 6 57
Binary 1110000 1110000 1111111 1100 1100 0 110010 11110000 110 101111

Color Harmonies of #70707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70707F

Black with #70707F

Text Example


Text Example

White with #70707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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