Html Css Color HEX #70717E Comet

📋 copy color: '#70717E'

red 112 ◦ green 113 ◦ blue 126

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

Shades of Comet #70717E

Tints of Comet #70717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 31.91%
G = 32.19%
B = 35.9%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70717E (or 0x70717E) is known color: Comet. HEX triplet: 70, 71 and 7E. RGB value is (112,113,126). Sum of RGB (Red+Green+Blue) = 112+113+126=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #70717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70717E is #8F8E81. Grayscale: #727272. Windows color (decimal): -9408130 or 8286576. OLE color: 8286576.

HSL color Cylindrical-coordinate representation of color #70717E: hue angle of 235.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70717E is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 113 126 -
CMYK 0.11 0.10 0 0.51
HSL 235.71º 0.06% 0.47% -
HSV(B) 235.71º 0.11% 0.49% -
XYZ 16.35 16.76 22.11 -
YUV 114.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 112 113 126 0.11 0.10 0 0.51 235.71 0.06 0.47
Hex 70 71 7E B A 0 33 EC 6 2F
Octal 160 161 176 13 12 0 63 354 6 57
Binary 1110000 1110001 1111110 1011 1010 0 110011 11101100 110 101111

Color Harmonies of #70717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70717E

Black with #70717E

Text Example


Text Example

White with #70717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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